Re: [Freedos-user] DBCS question about dosbox-x

2021-12-19 Thread Wengier W via Freedos-user
I am a developer of DOSBox-X so let me try to explain more about its DBCS support. DOSBox-X (as of current version 0.83.20) supports DBCS systems in different ways, including the following: 1. TrueType font support for Chinese/Japanese/Korean code pages. 2. Chinese/Japanese/Korean DOS/V modes

Re: [Freedos-user] DBCS question about dosbox-x

2021-07-02 Thread TK Chia
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

Re: [Freedos-user] DBCS question about dosbox-x

2021-07-02 Thread Lukas Satin
I use DOSBOX-X and you can notice they use completely different fonts and GUI. I think they use native Windows API, because the text looks like anti-aliased native app using HiDPI. Therefore this is something completely separate from DOS and it is Windows based font rendering feature. But that is

Re: [Freedos-user] DBCS question about dosbox-x

2021-07-02 Thread ZB
Whatever you decide if it means additional overhead on kernel (very likely) it would be good idea to separate "CJK-enabled" and "non-CJK" kernels, since this is very specific ability, not useful for everyone -- regards, Zbigniew ___ Freedos-user

[Freedos-user] DBCS question about dosbox-x

2021-07-02 Thread 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 FreeDOS kernel? Of course one would also need the separate tools