Multi-byte characters aren't displayed correctly in Code Block Macro.

XMLWordPrintable

      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

        1. ScreenShot01.jpg
          ScreenShot01.jpg
          154 kB
        2. ScreenShot02.jpg
          ScreenShot02.jpg
          79 kB

            Assignee:
            Joe Clark
            Reporter:
            Kan Ogawa
            Votes:
            11 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: