I have icui18n.dll and icuuc.dll. I don't seem to find icudt.dll from my build output. Is that something that comes with v8?
On Monday, February 29, 2016 at 12:31:03 AM UTC-8, Jochen Eisinger wrote: > > 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] <javascript:>> > 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] <javascript:> >> 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] <javascript:>. >> 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.
