Is this api expecting a utf8 string or ansi?
bool v8::V8::InitializeICUDefaultLocation ( const char * exec_path, const char * icu_data_file = nullptr <https://v8.paulfryzel.com/docs/master/flag-definitions_8h.html#a54a21d6fbabd2ef72f086bd9e7d3d7a6> ) It would be sort of ironic if the exec path for setting up the ICU location wasn't unicode! But, it does seem to handle multibyte paths ok, but not unicode. -Jim -- -- 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.
