-
Bug
-
Resolution: Fixed
-
High
-
4.0
See also: NCODE-172
Hi,
Every multi-byte characters in Code Block Macro are displayed as HTML escape character (&#xxxxx.
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
The updated plugin will be included in the next major Confluence release - 4.1. In the mean time, upgrade the plugin directly to version from the Plugin Manager or directly from the Plugin Exchange at https://plugins.atlassian.com/server/1.0/download/pluginVersion/676819