• @hdzki
    link
    72 years ago

    The tty isn’t practical for anyone using a language with non-latin characters. AFAik it doesn’t support unicode stuff like CJK languages or RTL/bidirectional text

    • mieum
      link
      42 years ago

      This! It is possible to achieve it through framebuffers I believe, but it is much easier to just work in a terminal emulator >_<

    • @FuckBigTech347@lemmygrad.ml
      link
      fedilink
      12 years ago

      The framebuffer console does actually support UTF-8 if your locale is set up correctly (source: I just switched to my TTY and tried it). Not sure about right to left/bidirectional though.