Skip to content

Will this need full ICU in Node.js even for the 'en' locale? #50

@vsemozhetbyt

Description

@vsemozhetbyt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions