Status: Assigned
Owner: [email protected]
CC: [email protected]
Labels: Type-Bug Priority-Medium
New issue 4314 by [email protected]: Intl.NumberFormat may choose
different currency symbols for JPY
https://code.google.com/p/v8/issues/detail?id=4314
On my system, I get the following failure after the test has been
introduced in https://codereview.chromium.org/1231613006
/usr/local/google/home/yangguo/v8/test/intl/assert.js:98: Error: Failure:
expected <¥54,306>, found <¥54,306>.
throw new Error(message);
^
Error: Failure: expected <¥54,306>, found <¥54,306>.
at fail (/usr/local/google/home/yangguo/v8/test/intl/assert.js:98:9)
at assertEquals
(/usr/local/google/home/yangguo/v8/test/intl/assert.js:107:5)
at
/usr/local/google/home/yangguo/v8/test/intl/number-format/format-currency.js:16:1
The difference is in the Yen symbol. Expected is 0xc2a5, but instead we get
0xefbfa5 (utf8 for 0xffe5). See
http://www.fileformat.info/info/unicode/char/a5/index.htm vs
http://www.fileformat.info/info/unicode/char/ffe5/index.htm
--
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.