Support UTF8 as input encoding

Issue #1 resolved
Michael Grünewald repo owner created an issue

We need to support UTF8 as input encoding.

This support means:

  • Manuscript can be written in UTF8.
  • Special characters are converted back to UTF8 when written in some file (as toc).
  • Uppercase and lowercase processing works adequately.

Comments (7)

  1. Michael Grünewald reporter

    We define the \disableinputencoding to support writing UTF8 text back to a file in an unmodified form.

    Implemented in: d286fb3

  2. Michael Grünewald reporter

    It seems it is hard to solve the uppercase/lowercase problem in our current setting. The way to go seem to use a unicode-enabled TeX engine.

    Therefore, our unicode support is complete.

  3. Log in to comment