jsr354-ri icon indicating copy to clipboard operation
jsr354-ri copied to clipboard

Indian Formatting fails from JDK 14

Open keilw opened this issue 5 years ago • 1 comments

While the Indian Rupee formatting tests work below Java 14, they fail from JDK 14 on.

keilw avatar Aug 27 '20 22:08 keilw

Retest with 17+

keilw avatar Jun 05 '22 12:06 keilw

There seems to have been a change in JDK's own formatters because until Java 13 the Indian formatting passes against "INR 6,78,90,00,00,00,000.00" while the blank is missing (making it consistent with e.g. Chinese formatting) from Java 14 onward: "INR6,78,90,00,00,00,000.00". This is mainly a test problem and for affected tests a JDK version check is introduced.

keilw avatar Nov 08 '22 18:11 keilw