Posted by member 93947 on 2008-07-04 05:29:01 link
There is no *unicode encoding* Thats a contradiction in itself, since the whole point of unicode is to get rid of the encoding. To store unicode, it has to be encoded, with UTF-8 being the prime choice.
If the file uses UTF-8, lslua's xtextedit module will *probably* work. If it doesnt work with UTF-8, you will have to write your own script and read/write binary. If it is in some other utf scheme, you will have to give up, or use Python.
If the file uses UTF-8, lslua's xtextedit module will *probably* work. If it doesnt work with UTF-8, you will have to write your own script and read/write binary. If it is in some other utf scheme, you will have to give up, or use Python.