I want to pass unicode characters from javascript to a C program. I am using
the "JS_ValueToString()" and "JS_StringToValue()" functions to pass data back
and forth. From my initial testing it seems like the unicode characters are not
send correctly from javascript to C. Does these functions support UTF8? Has
anyone tried it before?

Thanks,
Girish