Hello Vikram,You are trying to create node names using Japanese
characters? AEM is RESTful, and its resources should be referable by a
URI. URIs are limited to the ASCII characters or escaped sequences [1].
The characters allowed as item names in a JCR are different [2].I am
supposing you want to create a node in the repository like this:|-
content |- はいNames with high byte characters are allowed in the JCR
spec. You can do this. Characters must be ASCII, UTF-8 or UTF-16. Item
names cannot conta...