Multi-byte word in code macros is vanished when exporting page as PDF

XMLWordPrintable

      1. Create page as following source

      {code:java}
      public class HelloWorld {
      public static void main(String[] args) {
      System.out.println("Hello, world!"); // comment コメント comment
      System.out.println("ハロー、ワールド!");
      }
      }
      {code}

      2. Export this page to PDF.
      3. Multi-byte word is vanished. (as attachment)

              Assignee:
              Unassigned
              Reporter:
              Daisuke Miyamoto
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: