Hello Steve Nickolas,

May I know what particular method(s) and data you use to do the
conversions?  I was thinking that something like POSIX iconv( ) will
come in useful, but Open Watcom does not seem to have such a function.
I had some function that went through a byte at a time.  I think it came
from an old version of
https://github.com/benkasminbullock/unicode-c/blob/master/unicode.c
I had it output to words, and then translated the words to bytes using a
lookup table.

Thanks!  It seems to me that the main difficulty --- in terms of keeping
things fast _and_ small on an IBM PC --- will be in translating from
UCS-2 to the native codepage.

Thank you!

--
https://github.com/tkchia


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

Reply via email to