U_CAPI void U_EXPORT2 ucnv_setSubstChars (UConverter * converter, const char *subChars, int8_t len, UErrorCode * err)

Sets the substitution chars when converting from unicode to a codepage

Documentation

Sets the substitution chars when converting from unicode to a codepage. The substitution is specified as a string of 1-4 bytes, and may contain NULL byte. The fill-in parameter err will get the error status on return.
Parameters:
converter - the Unicode converter
subChars - the substitution character byte sequence we want set
len - the number of bytes in subChars
err - the error status code. U_INDEX_OUTOFBOUNDS_ERROR if len is bigger than the maximum number of bytes allowed in subchars
See Also:
ucnv_getSubstChars

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de