This is definitely a problem.  Are any other applications that use this API
able to run their application if the path has non-ASCII characters?  These
paths should use UTF-8 string representations and communicate with the OS
accordingly.  Can anyone suggest a work around to this problem?


On Thu, Sep 6, 2018 at 4:41 PM Jim Acquavella <loudersp...@gmail.com> wrote:

> 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
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "v8-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/v8-users/m_VNgpzh4S4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
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