On Thu, Aug 15, 2002 at 12:31:27AM -0700, Steve White wrote: > Could someone inform me: > > In src/chartrans, what are the functions of the files > mnem2_suni.tbl > mnem_suni.tbl > rfc_suni.tbl > > I am particularly interested in which of the tables in this directory > correspond to 8-bit character sets, and which belong to multi-byte > character sets. > > It's pretty clear that > cp*tbl > iso* > koi* > mac_uni.tbl > next_uni.tbl > viscii_uni.tbl > refer to 8-bit character sets.
They're mappings from Unicode into 8-bit character sets. Lynx has some support for generating UTF-8 which is multibyte (though probably not what you're referring to). There are ifdef's to support CJK - but I don't know enough about that to comment. > I'm not sure what > yawerty_kb.tbl > rot13_kb.tbl > jcuken_kb.tbl there are ".h" files, but no ".tbl" files for these. They probably reside in the charset directory because it made someone's makefile rules simpler. > are (keyboards, but what's their function in this scheme). > > Anybody have the scoop on the whole thing? Or is it a scoop unto itself? > > > > ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED] -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
