Comment 33 for bug 1297051

Revision history for this message
boon (boon-9ft1s) wrote :

>Updating the man page will be the least of our worries... since we don't have one

`man gnome-terminal`

`NAME`
` gnome-terminal - A terminal emulator for GNOME`
:
:

So apparently *someone* thinks it's a terminal emulator.

>does (b) emit C1 controls?

Yes.

>I'm not sure how exactly you wish to see such a flagging.

A version of gnome-terminal is in the future produced that issues a warning every time a profile is used that uses an encoding that is intended for future removal and specifying in that warning some kind of time / version for when that removal will occur. That would be ideal.

>I see a beauty in making progress, and switching to Unicode is definitely one.

The crux of it would seem to be

>to make the code simpler, cleaner, smaller, faster

because otherwise my need for ISO-8859-1 in no way prevents someone else using Unicode.

The actual problem is UTF-8 though, not Unicode (since Unicode includes the entirety of ISO-8859-1 as its first 256 code points). I understand that that does not present an obvious or easy solution.