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 <info@bnoordhuis.nl>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
pull/8317/head
Michaël Zasso 2016-06-30 18:10:53 +02:00
parent 7292a1e954
commit 2187bd3b4a
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@
}],
],
'defines': [
'UCONFIG_NO_TRANSLITERATION=1',
'UCONFIG_NO_SERVICE=1',
'UCONFIG_NO_REGULAR_EXPRESSIONS=1',
'U_ENABLE_DYLOAD=0',

View File

@ -25,7 +25,7 @@
"zone": "locales",
"converters": "none",
"stringprep": "locales",
"translit": "none",
"translit": "locales",
"brkfiles": "none",
"brkdict": "none",
"confusables": "none",