I suspect that your binary can't find the icudt.dll file. InitializeICU() attempts to LoadLibraryA() that DLL.
On Sat, Feb 27, 2016 at 8:30 PM Jane Chen <[email protected]> wrote: > Embedding v8 4.6.88. > > On windows, I get a crash when I run the following: > > new Intl.Collator().compare('a','c') > > # > # Fatal error in , line 0 > # Failed to create ICU collator, are ICU data files missing? > # > > In my server startup code, I have: > > v8::V8::InitializeICU(); > > I didn't specify an ICU data file. It works fine on Linux and Mac. What > do I need to do to avoid the windows crash? > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
