x-user-defined.txt 332 B

123456
  1. /// This encoding offsets the non-ASCII bytes by `0xF700` thereby decoding
  2. /// them to the Private Use Area of Unicode. It was used for loading binary
  3. /// data into a JavaScript string using `XMLHttpRequest` before XHR supported
  4. /// the `"arraybuffer"` response type.
  5. ///
  6. /// This encoding does not have a Windows code page number.