Btw your request 13 is already supported. The Open statement for file io supports additional syntax to specify encoding.
https://github.com/twinbasic/documen...ns-for-file-io
No idea where you got 14... All of those things can be done. If you've made changes you have to save before editing the filesystem with rename etc.Code:Open "C:\MyFile.txt" For Input Encoding utf-8 As #1
Also, use all the Chinese names you want. Unicode is supported everywhere. You can even name your functions and variables any Unicode code point. This is how extreme it can go:
Yes, that's really working code in tB lol
Chinese is no problem after that.





Reply With Quote