03-18-2023, 11:55 PM
I'd have to do some digging into this. I'm not sure how long it will take me to make headway but the first thing I'll do is revisit my Win32 Video Player as it handles files with any and all characters. I can grab some of that stuff and then see about either using Win32 or C to make me an input routine that takes in and also displays Asian characters. The only caveat (which may or may not be a dealbreaker for you) is that I'd have to make the input side work in the console side but then we can switch to a graphical display afterwards. Or, we can make a Win32 GUI which will then be able to handle all of that. Using a built-in QB64 window ain't going to work for us on this one.
Ask me about Windows API and maybe some Linux stuff