unicode problem with apache common configuration
I am using Apache Commons Configuration for resource bundle generation. As I read from different locale bundle and writing on to target bundle the value is encoding into unicodes values which i don't want. Is there any way to write what ever we 开发者_Go百科get from source bundle to target bundle
Ex:
Source bundle kkey and value
label.item.actionqty=Množstvà akce
Target bundle key and value
label.item.actionqty = Mno\u00C5\u00BEstv\u00C3\u00AD akce
This is not possible, you should open a RFE in JIRA, we'll look into this.
https://issues.apache.org/jira/browse/CONFIGURATION
EDIT: Your suggestion has been filed in JIRA : https://issues.apache.org/jira/browse/CONFIGURATION-457
精彩评论