Originally posted by fafner@Jan 22 2005, 06:01 AM
I ain't 'fraid of ugly code, no more than ghostsIf a computer can parse it, my organic CPU can parse it too, and regurgitate it in any language or plateform you want
![]()
http://users.tpg.com.au/drfrag/rom2kana.bas
Don't blame me if your head explodes from all the IF/ENDIF code. It gave me a headache!
BTW, all the data at the end are for the characters in unicode. Basically, a unicode text file starts with FF FE, then two bytes for each character. Normal ASCII is XX 00, Kana is XX 30. Change the XX for whatever character you want in hex. Eg. the Hiragana "ka" is 4B 30. Simple.
