I'm using xml-less on an utf-8 encoded xml file that contains Japanese and the display in Terminal (OSX/Yosemite) is:
55 <tuv xml:lang="JA-JP">
56 <seg>0.2gE以?<8
58 </seg>
59 </tuv>
instead of being:
55 <tuv xml:lang="JA-JP">
56 <seg>0.2gE以下
58 </seg>
59 </tuv>
is there anything I can do on my side to fix that ?
Jean-Christophe Helary
|