summaryrefslogtreecommitdiffstats
path: root/library/encoding
Commit message (Collapse)AuthorAgeFilesLines
* * library/encoding/gb2312.enc:stanton1999-04-133-21/+1400
| | | | | | | | | | * library/encoding/euc-cn.enc: * tools/encoding/gb2312.txt: * tools/encoding/cp950.txt: * tools/encoding/Makefile: Restored the double byte definition of GB2312 and added the EUC-CN encoding. EUC-CN is a variant of GB2312 that shifts the characters into bytes with the high bit set and includes ASCII as a subset. [Bug: 632]
* updated GB encoding to be multibytestanton1999-03-301-3/+20
|
* Added 7-bit ASCII to big5 and gb2312 encodings [Bug: 632]stanton1999-03-261-3/+20
|
* * win/tclWinChan.c (TclpOpenFileChannel, Tcl_MakeFileChannel):stanton1999-03-191-2/+2
| | | | | | | | | | | | | | | | | | | | | Changed to only test for console or comm handles when the type is FILE_TYPE_CHAR to avoid useless tests on simple files. Also reordered tests so consoles are tested first as this is more common. * win/makefile.vc: Regularized usage of mkd and rmd and rm. * library/encoding/shiftjis.enc: * tools/encoding/shiftjis.txt: Missing/incorrect characters in shift-jis table. [Bug: 1008, 1526] * generic/tclInt.decls: * generic/tcl.decls: Eliminated use of "string" and "list" from argument lists to avoid conflicts with C++ STL. [Bug: 1181] * win/tclWinFile.c (TclpMatchFiles): Changed to ignore the FS_CASE_IS_PRESERVED bit and always return exactly what we get from the system.
* * library/encoding/euc-kr.enc:stanton1998-12-012-0/+3049
| | | | | | | | | * library/encoding/ksc5601.enc: * tools/encoding/ksc5601.txt: * unix/tclUnixInit.c: Added support for Korean EUC. * win/tclWinChan.c (TclpGetDefaultStdChannel): added check for a failure during Tcl_MakeFileChannel.
* Added contents of Tcl 8.1a2stanton1998-09-2165-0/+17188