Questions tagged [cp864]

DOS Code page 864 (ibm-864) used for arabic text.

DOS code page 864 (extended ASCII) was used for arabic texts. Currently may be encountered in the legacy applications and in printer context (especially specialized devices as POS-printers, using one-byte encodings).

1 questions
1
vote
1 answer

UTF-8 to CP864 (arabic) conversion

I have the following task: some text in mixed latin/arabic written in UTF-8 needs to be converted for printing using POS-printer, which uses ancient one-byte code page 864. text.getBytes("ibm-864") suddenly shows many question marks instead of…
dmitry
  • 4,989
  • 5
  • 48
  • 72