Converts a piece of text from one charset to another
Converts a piece of text from one charset to another. This function does not do charset ID auto-detection. The caller must pass the from/to charset IDs. This function does not keep state. Don't use it to convert a stream of data. Only use this when you want to convert a string, and you have no way to hold on to the converter object. If the string gets converted in place (use the input buffer), then this function returns NULL.
alphabetic index hierarchy of classes
generated by doc++