String :: changeCodingType - Change string coding type
The function changes the string coding type the the encoding type without converting the string data. The function is usually used in order to setup encoding type for 8-bit encoded text data after analyzing the string content.
Implementation details
String  :: changeCodingType ( odaba::StringCodingTypes eStringCodingType )
The function changes the string coding type the the encoding type passed in eStringCodingType without converting the string data.
- eStringCodingType
- String encoding type
In case of unknown text encoding type undefinedCoding is used.