imb / fctx

C unit testing in a header (works for C++ too!).
Other
36 stars 15 forks source link

provide unicode support #15

Open imb opened 14 years ago

imb commented 14 years ago

The FCTX code base should have been written with wchar_t* in mind, instead of using char*. This issue is to track support for it.