Does anybody know what ^Bo
means at the beginning of a encoded string?
The rest of the string is valid ASCII.
Example: "^BoHello"
should be interpreted as "Hello"
Note: '^B'
is the control character 0x02
Does anybody know what ^Bo
means at the beginning of a encoded string?
The rest of the string is valid ASCII.
Example: "^BoHello"
should be interpreted as "Hello"
Note: '^B'
is the control character 0x02
Ascii 0x02 is 'start of text' - never seen it used though, probably a hangover from some legacy system