Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!uunet!mcsun!sunic!chalmers!volvo!peter From: peter@vd.volvo.se (Peter Hkansson) Newsgroups: comp.unix.wizards Subject: Re: TTY, speak now, or forever Message-ID: <322@volvo.vd.volvo.se> Date: 9 Nov 89 19:32:28 GMT References: <216100015@s.cs.uiuc.edu> <4055@phri.UUCP> <1199@atha.AthabascaU.CA> <1093@toro.UUCP> Reply-To: peter@volvo.UUCP (Peter Hkansson) Organization: VTS Transportation Systems, A company in The VOLVO Group Lines: 17 In article <1093@toro.UUCP> nick@toro.UUCP (Nicholas Jacobs) writes: >What about having the ability to indicate perhaps via the getty invocation >in the /etc/inittab a table of characters to use for I/O (essentially an >equivalence table of sorts). Although this wouldn't handle the problems with >JIS codes and such, perhaps it could make some of the issues with just >the American and European versions of ASCII easier to deal with? > ** stuff deleted ** Yes folks this is done by IBM in the AIX for the RT. Its made by defining one mapping for incoming characters and one for outgoing ones. This is enabled on a port by port basis where the mappings are plain textfiles with 256 lines and two columns. This simple mecanism enables terminals to be intermixed and still use the same (internal) representation of 8 bit character sets. Of cource it does not handle 16 bit characters and it does increase the loading but it io really a nice feature. You could wish terminal maker to do this too ..(Texas did in thier 745 remember ??)