-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable i18n support on Linux #109
Comments
Interestingly, this seems to work out of the box on the simulated (intel) and ppc64LE environments. |
According to http://src.chromium.org/chrome/trunk/deps/third_party/icu46/README.chromium |
Hello, I was working on adding i18n support for big endian, being part of the MIPS v8 team. Chromium ICU now supports big endian MIPS targets, adding PPC as well should be very simple (should just add few conditions to icu.gyp file). You have more details here: |
@mkaric |
The upstream changes from 3.20.17 to 3.22.24 turned on i18n support by default. This is causing test case crashes (~150) on Linux.
Disabling via the i18nsupport=off works around the problem, but this needs further investigation.
The text was updated successfully, but these errors were encountered: