How about supporting text files encoded in Korean language ( EUC-KR )?
Actually, I did such modification to Just Reader 1.1d but you released 1.2 now!
The modification I did just cares converting from 'Local 8bit encoded text' to Unicode with QTextCodec object.
So it is not only for Korean but also for any other other Asian languages ( Chinese, Japanese and so on ).
If you need my modification, please let me know.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Qtopia doesn't have Big5 Text Codec built in (at least on my UK version Zaurus and in Qtopia development library). I can implement it using qbig5codec.cpp(it is quite big due to large recoding tables) from full version QT if there will be noticeble demand for it.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How about supporting text files encoded in Korean language ( EUC-KR )?
Actually, I did such modification to Just Reader 1.1d but you released 1.2 now!
The modification I did just cares converting from 'Local 8bit encoded text' to Unicode with QTextCodec object.
So it is not only for Korean but also for any other other Asian languages ( Chinese, Japanese and so on ).
If you need my modification, please let me know.
Yes, please, send me your modifications!
Try 1.2, but it cannot display Chinese in Big5. Any help?
Qtopia doesn't have Big5 Text Codec built in (at least on my UK version Zaurus and in Qtopia development library). I can implement it using qbig5codec.cpp(it is quite big due to large recoding tables) from full version QT if there will be noticeble demand for it.
Regards