Hi,

On Fri, Apr 13, 2012 at 9:33 AM, Alex <alxm...@gmail.com> wrote:
>
> Just to save me some time, instead of going through all the forums and
> the documentation files (which would take forever), I ask this
> question to you all: which of the (FreeDOS-based) languages support
> Unicode?
>
> More specifically, does anyone know if Turbo Pascal can support UTF-8?
> Is there any library/module for this purpose?

What exactly do you want it to do? No, there's probably no generic
library (though I might be wrong, haven't looked everywhere), but it
can't be too hard if you don't set impossible goals for yourself.

Realistically, if you could figure out what specific languages you
"mostly" want to support, you'd simplify things a lot. (Or do you
really really want to support CJK ???)

Or if you don't need to display fonts, only en/decode the text, it
would be simpler.

Most people would probably just handle 8-bit text and convert that
to/from Unicode manually when necessary.

P.S. So no, I don't know (offhand) of any DOS compiler "fully"
supporting wchar_t or similar, sadly, but maybe I'm wrong, I haven't
really messed with it barely. Turbo Pascal makes it a bit harder,
maybe, but if you can live with FPC or GPC, you could maybe?? use
Allegro and AllegTTF:

http://www.deleveld.dds.nl/allegttf.htm

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to