With the last v8-canary build on Windows 7 x64 (full-icu@1.2.1, icu4c-data@0.63.2):
'use strict';
console.log(Intl.Segmenter);
console.log(new Intl.Segmenter('en', {granularity: 'word'}));
With full ICU (node --icu-data-dir=.\node_modules\full-icu --harmony test.js):
[Function: Segmenter]
Segmenter [Intl.Segmenter] {}
Without full ICU (node --harmony test.js):
[Function: Segmenter]
#
# Fatal error in , line 0
# Check failed: U_SUCCESS(status).
#
#
#
#FailureMessage Object: 000000000021DB80
With the last
v8-canarybuild on Windows 7 x64 (full-icu@1.2.1,icu4c-data@0.63.2):With full ICU (
node --icu-data-dir=.\node_modules\full-icu --harmony test.js):Without full ICU (
node --harmony test.js):