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
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to