APIs like MultiByteToWideChar has an option to give the number of bytes required by the output string after the input is transcoded.
I am using xmlGetCharEncodingHandler and related functions
Is there any way to get the size of output string. ?
Thanks
Mini |