Skip to content

Mutated vowels are not rendered correctly while entering text in an UTF8-t3 file using the curses interface. #4

Description

@goto40

I use https://github.com/mikawa/G-TADS to create a german TADS project.
I installed the 'de_de' files from there.

I created an example project with

  • an utf8 charset and
  • a starting room containing mutated vowel (ÄÖÜäöüß)

beispiel.t

#charset "utf8"
//...
#include <adv3.h>
#include <de_de.h>
//...
startRoom: Room 'Startraum'
    "Das ist der Startraum. Umlaute sind ÄÖÜ äöü ß etc... Gib 'über' ein..."
;

Then i compile my project and I run the t3-file:

frob -k utf8 beispiel.t3

The output is ok (I see the mutated vowel rendered correctly with the curses interface).

However, if I enter a mutated vowel I get "??" instead of the vowel (e.g. '??ber' instead of 'über'). The text is interpreted correctly, only the rendered input text is wrong.

Note: with the plain interface works as expected.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions