[Webkit-unassigned] [Bug 210554] New: REGRESSION (STP 100-104): Incorrect locale and language codes for Russian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 09:55:56 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210554

            Bug ID: 210554
           Summary: REGRESSION (STP 100-104): Incorrect locale and
                    language codes for Russian
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ap at webkit.org
                CC: keith_miller at apple.com, mmaxfield at apple.com,
                    webkit-bug-importer at group.apple.com

[new Intl.DateTimeFormat("default").resolvedOptions().locale,
new Intl.DateTimeFormat().resolvedOptions().locale,
new Intl.DateTimeFormat().format(new Date()),
navigator.language]

Shipping Safari and STP 100:

["ru", "ru", "15.04.2020", "ru"]

STP 104:

["ru-RU", "ru-RU", "15.04.2020", "ru-ru"]

Chrome:

["ru", "ru", "15.04.2020", "ru-RU"]

I am not aware of any reasons to change shipping Safari behavior, and definitely not to be different from Chrome.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200415/64c95355/attachment.htm>


More information about the webkit-unassigned mailing list