yes, you are right, my mistake. I tried to save the file as an UTF-8
encoded file and it worked fine.

Another problem what i'm facing is when i create a new v8::String
Object from C++ with the Latin-1 encoding, becoming the resulting
string corrupted.
If i translate it to UTF-8 before the creation, the new v8::String is
OK; but if i don't do that, it returns a bad Unicode charecter.

is necesary to translate every Latin1 string to UTF-8 before creating
a new v8::String or there is any workaround for this?

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to