By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Try TYPE with a file containing Unicode (UTF-8) characters.
Internal UNICODE support ("OPTION //Unicode=Yes") of application has very little relevance to the UNICODE support of the terminal you're working in ("chcp 65001").Try TYPE with a file containing Unicode (UTF-8) characters. OPTION //Unicode=Yes has no influence on the (incorrect) output. However: CHCP 65001 will do what you want.
BUT: Try this (with CHCP 65001 set) on the TCC command line: REN test töst
So, here the input is the problem. In conclusion: No working Unicode support in TCC (I haven't tested this with TCmd as I don't use it...).
Hence UTYPE in TextUtils.
So, here the input is the problem. In conclusion: No working Unicode support in TCC (I haven't tested this with TCmd as I don't use it...).
Including UTF-8 support everywhere would
BUT: Try this (with CHCP 65001 set) on the TCC command line: REN test töst