Slashdot Mirror


Any rxvt-Sized Unicode-Aware Terminal Emulators?

Viqsi writes "Just on a lark, I started a short while back to try to convert my environment totally to UTF-8. One of the big hangups that I've run into so far, however, is my X terminal emulator. I've been very happy with rxvt (I tend to have several $XTERMs open at once, so Low Memory is Good!), but it doesn't seem to support anything Unicode. A bit of searching has turned up nothing that isn't as big as or larger than xterm itself. So, the question -- are there any low-memory terminal emulators that support UTF-8, or any other Unicode encoding? (tabbed-window style terminals Don't Count, and that goes double for Konsole!)"

5 of 48 comments (clear)

  1. Re:Why yourself by keesh · · Score: 3, Insightful
    But it's hard to see why a kernel hacker needs more than 2^7 characters.


    Or more than 640KBytes of RAM. Or more than a 33MHz processor. For that matter, why do they need both uppercase and lowercase? Why do they want monitors? What's wrong with a VT100?

    The days of "sorry, no accents or unAmerican characters" are over. Unicode support at every level would be a big help for non-US-English development.
  2. Re:Why yourself by Papineau · · Score: 3, Informative

    It's not much for the internal strings (function names, variables, etc.), more for the messages that the kernel can send to the user (or root). For the first kind of strings, you'd have to redefine the C standard, and change compiler (and maybe also change text editor).

    When it boots, there's a whole slew of lines, many of which are purely numbers, but some of them could be localized (just as a big part of userland is). Now, since it would be in kernelspace, you'd maybe want to choose which one at compile time, but if you don't have access to a kind of Unicode for outputting strings, your choice of supported languages will be quite small.

    Now, this doesn't go in the argument if it's a desired behavior or not, just that it's something necessary before outputting for any language.

  3. freshmeat has many.... by therealmoose · · Score: 5, Insightful
    http://freshmeat.net/browse/158/?topic_id=158

    Ask slashdot is becoming increasing ridiculous, with the answer to almost every question found at either google or within OSDN. I don't mean to flame the editors, but it would be good if they would be a little more selective WRT ask slashdot.

  4. gnome-terminal --use-factory by sig · · Score: 3, Informative

    You can use gnome-terminal with the --use-factory option. It makes one process for all your terms, so if you have a lot of windows open, it doesn't use that much memory.

  5. Why so many xterms? by zeda · · Score: 3, Insightful

    Memory is cheap, why worry.

    Using screen also helps.