Hello.
I have been using YAJL for many time and it works fine.
But now I have a new project, and I need to receive data in russian (cyrilic characters), and I don't know how to do it:
In my code, I always use this:
x = YAJL_get_string(val);
But when the "val" is in russian, I get wrong data.
I have been trying to use YAJL_get_string_UTF8 and get_buf but with the same results.
Can anyone help me please :)
Christian