Re: Encoding dirs
Andres Garcia <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have also tried following the intructions at: http://www.equi4.com/tkunicode.html and I get: $ ./tclkit-linux-x86-xft % encoding names encoding names cp860 cp861 cp862 cp863 cp864 tis-620 cp865 cp866 gb12345 gb2312-raw cp949 cp950 cp869 dingbats ksc5601 macCentEuro [And many others] Then I create the starpack: ./tclkit-linux sdx.kit wrap Getleft -runtime tclkit-linux-x86-xft Where tclkit-linux and tclkit-linux-x86-xft are identical. But when I do 'puts [encoding names]' from within the resulting executable I get: utf-8 iso8859-15 identity unicode even though using the 'strings' command reveals that, at least, the names of all the encodings are in the binary. Is there something wrong with what I do? By the way, in that page it says that something similar should be done in Windows, but there I am used to simply dropping the 'enconding' directory in the 'program.vfs/lib' and have it work. Andres