From 2187bd3b4a3430880ec1c2b99e4eff57f27afd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 30 Jun 2016 18:10:53 +0200 Subject: [PATCH] tools: do not disable ICU's transliteration V8 needs it for case conversion. Ref: https://codereview.chromium.org/1812673005 PR-URL: https://github.com/nodejs/node/pull/8317 Reviewed-By: Ben Noordhuis Reviewed-By: Ali Ijaz Sheikh --- tools/icu/icu-generic.gyp | 1 - tools/icu/icu_small.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp index 9d466ac3922..ecbf6d18c24 100644 --- a/tools/icu/icu-generic.gyp +++ b/tools/icu/icu-generic.gyp @@ -42,7 +42,6 @@ }], ], 'defines': [ - 'UCONFIG_NO_TRANSLITERATION=1', 'UCONFIG_NO_SERVICE=1', 'UCONFIG_NO_REGULAR_EXPRESSIONS=1', 'U_ENABLE_DYLOAD=0', diff --git a/tools/icu/icu_small.json b/tools/icu/icu_small.json index de26e2cbb14..8791269e53b 100644 --- a/tools/icu/icu_small.json +++ b/tools/icu/icu_small.json @@ -25,7 +25,7 @@ "zone": "locales", "converters": "none", "stringprep": "locales", - "translit": "none", + "translit": "locales", "brkfiles": "none", "brkdict": "none", "confusables": "none",