company logo

String :: to8Bit - Get 8-bit representation of the string.

The function returns a copy of the string containing an 8-bit representation of the string. If the calling string did not have any 8-bit coding type, it is recoded to UTF8..

In contrast to the setter of codingType(), the function returns a new String object.

Return value:  String value ( odaba::String & )

Implementation details

odaba::String String  :: to8Bit (  )