I have a problem using the 'File.open()' and 'file.readlines' commands. I somehow managed to get this whole file reading thing done, but using the above two commands (dunno which one) won't read the umlauts (ä, ö, ü; which are ä , ö , and ü in html, just in case you can't read them) out of the files. For example, if I'd write "Müller" (Müller), the output'd be "Mller"... the umlauts work in the rest of the game, so I can say fairly sure that the file reading is the problem's cause.
What I'd like to get from this post is one of the following things:
a) a method to make RGSS read the umlauts
b) a method to search the readed string in RGSS for something like #o and convert it to ö (ö) after reading (something like replace("#o", "ö") would be nice).
c) another method I didn't thought about that'll let me read the umlauts...
Thanks in advance.
What I'd like to get from this post is one of the following things:
a) a method to make RGSS read the umlauts
b) a method to search the readed string in RGSS for something like #o and convert it to ö (ö) after reading (something like replace("#o", "ö") would be nice).
c) another method I didn't thought about that'll let me read the umlauts...
Thanks in advance.