Single-byte character string without specified codepage.
Source position: systemh.inc line 582
| type RawByteString = type string; | 
RawByteString is a single-byte character string which does not have any codepage associated with it.
This means that assigning a single-byte character string to this kind of string will not change the codepage of the string.
Inversely, when assigning a RawByteString to a single-byte string, the codepage of the destination is simply set to the codepage of the rawbytestring: no codepage conversion happens, the reference count is simply increased.
| 
 | System code page. |