News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Does HLA support UNICODE?

Started by hide2may, August 24, 2008, 05:13:11 PM

Previous topic - Next topic

hide2may

Hi, Does any kind soul know if Prof Hyde is working on HLA standard library routines to support UNICODE?

-hide2may  :dazzled:

Randall Hyde

Quote from: hide2may on August 24, 2008, 05:13:11 PM
Hi, Does any kind soul know if Prof Hyde is working on HLA standard library routines to support UNICODE?

-hide2may  :dazzled:

Someday :-(

HLA, itself, supports UNICODE. But there are no library routines that work with UNICODE.
Of course, if you use UTF-8 then *some* of the functions will behave properly, but I won't vouch for which are good and which are not at this point.

A UNICODE string library would be a good addition. However, l know what my schedule is like for the next year or two and I can assure you that I won't be working on such a library. However, all the source code is on Source Forge, so I strongly encourage anyone who is interested in such a library to start adding functions to the Source Forge respository.

I'm currently working on a thread-safe version of the stdlib; that's consuming a lot of my time these days.
Well, that and real work.
hLater,
Randy Hyde