commit | 0d2c9a252e0f113a70842280d0ef7190a062fa89 | [log] [tgz] |
---|---|---|
author | Eric Karl <ericrk@chromium.org> | Mon Apr 17 12:04:16 2017 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Apr 17 20:04:47 2017 +0000 |
tree | f2ec10c8a8c4bf817757ebaf18d0dbbfabee49c2 | |
parent | c7d9c0b80886d24e74cd6e5a7118f44c06e0cd9b [diff] |
Pass LC_ALL_MASK to newlocale This change fixes an issue with GrAutoLocaleSetter, which was using the C library LC_ALL mask with newlocale. Instead the xlocale LC_ALL_MASK should be used (these do not match on all platforms). See: http://man7.org/linux/man-pages/man3/newlocale.3.html Bug: 711683 Change-Id: I6dba140e72b095f75667f0dcc98480d8d4562191 Reviewed-on: https://skia-review.googlesource.com/13601 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>