-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 4.0
-
Component/s: Editor - Page / Comment Editor
See also: NCODE-172
Hi,
Every multi-byte characters in Code Block Macro are displayed as HTML escape character (xxxx
.
This problem impacts on any users using multi-byte characters.
For example, type the following java source in Code Block Macro:
public class HelloWorld { public static void main (String[] args) { System.out.println("こんにちは!!"); } }
The result is:
public class HelloWorld { public static void main (String[] args) { System.out.println("こんにちは!!"); } }
Best regards,
Kan Ogawa