Well, as the topic says, I'm trying to extract scripts from Vampire Knight DS but it used a very custom table. First the hiragana and katakana didn't follow any standard encoding system.
Like usual unicode or utf-8 or shift-jis will have the character in this order ? ? ? ? ? ?, but this game's encoding is like
9211=? 9212=? 9213=? 9214=? 9215=?
9216=? 9217=? 9218=? 9219=? 921A=?
921B=? 921C=? 921D=? 921E=? 921F=?
and so on.
Then Kanji's are even worse. I believe that the developer for...
How do you handle game with custom encoding table?
Like usual unicode or utf-8 or shift-jis will have the character in this order ? ? ? ? ? ?, but this game's encoding is like
9211=? 9212=? 9213=? 9214=? 9215=?
9216=? 9217=? 9218=? 9219=? 921A=?
921B=? 921C=? 921D=? 921E=? 921F=?
and so on.
Then Kanji's are even worse. I believe that the developer for...
How do you handle game with custom encoding table?