-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b12
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2157840 | 7 | Jenny Huang | P4 | Closed | Fixed | b80 |
JDK-2159192 | OpenJDK6 | Jiri Tusla | P4 | Resolved | Fixed | b06 |
6609703 includes two bugs which belong to different subcategories. This is for L10N part.
-----------------------------------------------------------------------
2. If a number is formatted with CurrencyFormat in the HU_hu locale, it will return 'Ft<number>'. However, in Hungarian, the currency should come after the number, with a space between them: '<number> Ft'.
Moreover, CurrencyFormat returns an asterisk-like character ('¤') when the locale HU is used. The default locale on my computer is Locale.US, so I think it should return either 'Ft' or '$', but not '¤'.
-----------------------------------------------------------------------
-----------------------------------------------------------------------
2. If a number is formatted with CurrencyFormat in the HU_hu locale, it will return 'Ft<number>'. However, in Hungarian, the currency should come after the number, with a space between them: '<number> Ft'.
Moreover, CurrencyFormat returns an asterisk-like character ('¤') when the locale HU is used. The default locale on my computer is Locale.US, so I think it should return either 'Ft' or '$', but not '¤'.
-----------------------------------------------------------------------
- backported by
-
JDK-2159192 Errors in Hungarian local-specific formatting. (L10N part of 6609703)
- Resolved
-
JDK-2157840 Errors in Hungarian local-specific formatting. (L10N part of 6609703)
- Closed
- relates to
-
JDK-6609703 (fmt) Errors in Hungarian locale-specific formatting
- Open