Status: New
Owner: ----
New issue 3236 by ebraminio: Error on Old Persian characters
http://code.google.com/p/v8/issues/detail?id=3236
Old Persian is an ancient script
(http://www.unicode.org/charts/PDF/U103A0.pdf) and its code is above FFFF
but V8 seems unable to handle it:
"𐎲".length
2 (it should be 1 of course)
"𐎲".split('')
["�", "�"]
"𐎲"[0]
"�"
By the way here is a font for it:
https://github.com/PersianWikipedia/artaxerxes/releases
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" 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.