vote up 0 vote down star
1

Is there a library available or do I need to design/code my own? The target platform is very old and the compiler does not provide wchar_t.

No library allowed so plain c/headers will be appropriate

flag

3 Answers

vote up 5 vote down check

Here is a sample implementation in C

link|flag
Fantastic. Thanks a lot – MeThinks Mar 23 at 18:29
vote up 2 vote down

Unicode consortium's sample implementation is here. Look up this FAQ and examples. Or, do you want to try out a library like libidn or libicc?

link|flag
thanks dirkgently. No libraries allowed in so prefer plain c and headers. Just updated the question to include this information. – MeThinks Mar 23 at 20:11
vote up 0 vote down

also You can try iconv(). On some platform it's part of C-runtime.

link|flag
Thanks. Don't have this on our platform. We will be migrating to new platform soon and will try this one if i have no solution by then – MeThinks Mar 24 at 15:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.