I ran a WSO2 Registry server to maintain our configurations. It played its role perfectly, until one day I put some Chinese characters into resource content.
I created a resource with ‘Create Text Content’, and Chinese characters into both ‘Description’ and ‘Content’ fields. When I opened this resource again, the ‘Description’ field remained Chinese, but the ‘Content’ text became a sequence of ‘?'(question marks, one Chinese character each).
Why would this happen, and how to prevent it?
I ran a WSO2 Registry server to maintain our configurations. It played its role
Share
You should start the Governance Registry with the “carbon.registry.character.encoding” system property.
Please see more details in documentation [1].
[1]http://docs.wso2.org/wiki/display/Governance450/Supported+System+Properties
Eg :
sh wso2server.sh -Dcarbon.registry.character.encoding={chinese encoding type}