Den 23. apr. 2010 15.34 skrev Oscar Rodriguez <[email protected]>:
> Hi,
>
> trying to split a string with accents like this "á'bé", results on a
> bad array {'','b,''}. Why could this happen?
>
Please provide the code that you are running, with ASCII in the source code.
You can use the \u12ab syntax to insert Unicode characters in your strings.
Please explain what you expect to happen vs. what happens.
You can't use the print() function in the standalone shell to print
non-ASCII. It throws away the non-ASCII characters.
>
> PD:I'm using V8 version 2.1.0.1 for this test actually.
>
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
>
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users