You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ICU-20575 fix broken default locale mapping for C.UTF-8
- Partial revert of 1afef30
- PR#418 incorrectly dropped the mapping from C to en-us-POSIX
- For cases where a codepage was set (such as C.UTF-8) the
hard coded fallback logic in putil.cpp would not activate.
- The “strcmp("C", …)” in putil.cpp is intended to detect specific
platform behavior, it is not a general mapping.
0 commit comments