Skip to content

Commit fcd0595

Browse files
committed
tools: icu: V8 now need transliterator support
This CL https://codereview.chromium.org/1812673005 added transliterator support to V8
1 parent 33e95a7 commit fcd0595

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tools/icu/icu-generic.gyp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
}],
4343
],
4444
'defines': [
45-
'UCONFIG_NO_TRANSLITERATION=1',
4645
'UCONFIG_NO_SERVICE=1',
4746
'UCONFIG_NO_REGULAR_EXPRESSIONS=1',
4847
'U_ENABLE_DYLOAD=0',

tools/icu/icu_small.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"zone": "locales",
2626
"converters": "none",
2727
"stringprep": "locales",
28-
"translit": "none",
28+
"translit": "locales",
2929
"brkfiles": "none",
3030
"brkdict": "none",
3131
"confusables": "none",

0 commit comments

Comments
 (0)