JavaExtension.escape not Unicode friendly
Bug #501349 reported by
bran
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
play framework | Status tracked in 1.0 | |||||
1.0 |
Fix Released
|
Undecided
|
Unassigned | |||
1.1 |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
String s = "汉字 English";
String r = JavaExtensions.
now r != s;
The root cause is StringEscapeUtils is not Unicode friendly.
Would be nice to leave the Unicode alone.
To post a comment you must log in.
Fixed in the 1.1 branch. Waiting for more tests.