Hello Eric Auer,

Hi! I read on
https://dosbox-x.com/release-0.83.15.html
that DOSBOX-X now supports DBCS for CJK (Chinese, Japanese
and Korean) languages. Do you happen to know how they do
that? Would it be feasible to port their changes into the

I looked a bit at the Git commits for dosbox-x
(https://github.com/joncampbell123/dosbox-x/).  It seems many of the
recent changes have to do with special handling of double-byte
characters in short file names when DBCS is active.

E.g. if an 0xa4 byte (= `n tilde' in CP437) starts a double-byte
sequence, then it is not considered a small letter to be "capitalized"
(to 0xa5); and if a 0x5c byte (CP437 backslash) appears as the second
byte of a double-byte sequence, then it is not considered a path
separator; etc.

There are probably also other relevant changes in the source code.

Thank you!

--
https://gitlab.com/tkchia :: https://github.com/tkchia


_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to