Relates :
|
Test javax/swing/JTextField/I18NViewNoWrapMinSpan/I18NViewNoWrapMinSpan.java provided with a fix to JDK-8076164 fails compilation if locale happens to be not Unicode. We still sometimes run the tests setting LANG=C. Making the literal string "\u0E0B12345" instead of "���12345" doesn't break the test behavior -- it still does fail and pass before and after the fix corresp. -- and makes the test compilable everywhere.
|