• Original DEC vt320 and German Umlauts

    From Michael Bierenfeld@21:1/5 to All on Mon Jan 17 14:09:53 2022
    Hello,
    I am happily running a vintage VT320 on my Linux Box with

    /sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyS0 vt320

    Problem is that the German Umlauts are not displayed correctly. In override.conf for the systemd-service I have configured :

    [Service]
    Environment=TERM=vt320
    Environment=LC_ALL=en_US.UTF-8
    Environment=LANG=en_US.UTF-8
    Environment=LANGUAGE=en_US:en

    Does anybody havre the correct settings already figured out ? Cursor keys and delete / erase have been solved by using 7 Bit Controls in the terminal settings.

    Regards

    Michael

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Phillip Helbig (undress to reply@21:1/5 to Michael Bierenfeld on Tue Jan 18 05:33:44 2022
    In article <ebb8d8c6-8d79-4fea-a9e8-c84f3707374bn@googlegroups.com>,
    Michael Bierenfeld <michael.bierenfeld@gmail.com> writes:

    Hello,
    I am happily running a vintage VT320 on my Linux Box with

    /sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyS0 vt320

    Problem is that the German Umlauts are not displayed correctly. In override.conf for the systemd-service I have configured :

    [Service]
    Environment=TERM=vt320
    Environment=LC_ALL=en_US.UTF-8
    Environment=LANG=en_US.UTF-8
    Environment=LANGUAGE=en_US:en

    Does anybody havre the correct settings already figured out ? Cursor keys and delete / erase have been solved by using 7 Bit Controls in the terminal settings.

    Regards

    Michael

    I am typing this on a real VT320 and everything displays correctly. It
    is connected to a VMS system.

    Is the problem the settings of the terminal or some setting on linux?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Brinkhoff@21:1/5 to Michael Bierenfeld on Tue Jan 18 07:48:38 2022
    Michael Bierenfeld wrote:
    Problem is that the German Umlauts are not displayed correctly. In override.conf for the systemd-service I have configured :

    [Service]
    Environment=TERM=vt320
    Environment=LC_ALL=en_US.UTF-8

    The VT320 will not understand UTF-8. Can you try ISO 8859-1?
    Test printf '\x303' which should display Ä.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Phillip Helbig (undress to reply@21:1/5 to lars.spam@nocrew.org on Tue Jan 18 09:32:53 2022
    In article <7wsftl4h7t.fsf@junk.nocrew.org>, Lars Brinkhoff <lars.spam@nocrew.org> writes:

    Michael Bierenfeld wrote:
    Problem is that the German Umlauts are not displayed correctly. In override.conf for the systemd-service I have configured :

    [Service]
    Environment=TERM=vt320
    Environment=LC_ALL=en_US.UTF-8

    The VT320 will not understand UTF-8. Can you try ISO 8859-1?
    Test printf '\x303' which should display Ä.

    The VT320 probably doesn't understand ISO 8859-1 either, but rather the
    Dec Multinational Character Set. However, except for a few rather rare characters, the two are identical.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Bierenfeld@21:1/5 to All on Tue Jan 18 10:33:27 2022
    Phillip Helbig (undress to reply) schrieb am Dienstag, 18. Januar 2022 um 10:32:55 UTC+1:

    The VT320 will not understand UTF-8. Can you try ISO 8859-1?
    Test printf '\x303' which should display Ä.

    Environment=LC_ALL=de_DE.ISO-8859-1
    Environment=LANG=de_DE.ISO-8859-1

    Does the trick perfectly.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)