book
Article ID: KB0090124
calendar_today
Updated On:
Description
Resolution:
Resolution:
= = = = = = =
Rendezvous does not support wide_char_t characters (unpacked Unicode) in string types. Rendezvous does however support packed Unicode in string types.
Strings should have no embedded nulls, even if you supply the size. If possible, use the native encoding for the machines locale. (i.e. ISO8859_1 or CP1252 most of the time.) If you need to use UNICODE, use packed UNICODE (UTF-8). If none of these is possible, you could put the wchar_t string in an OPAQUE field, but you would be responsible for byte-order and translation issues on the other end.
Environment:
= = = = = = =
ALL