Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
It appears that somebody encoded the bundle to UTF-8 before executing native2ascii. So, characters such as 'ã', which should be encoded as '\u00e3', are encoded as two invalid characters '\u00c3\u00a3'.
The patch corrects the problem. It also has some other translation additions and improvements.
Fixed in r676085, snapshot deployed