encode the code page 1256 to 864

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how i can encoding the arabic(1256) to IBM(864) code page ?
i faced alot of problems when i encode these .
 
how i can encoding the arabic(1256) to IBM(864) code page ?
i faced alot of problems when i encode these .

What kind of problems?
What happens if you create two encoders, one for 1256 and one for 864.
Then convert 1256 -> Unicode -> 864

Yes, there are some characters that do not map (about 8 of them).
But the code pages are incompatible, is not about .NET.
So there is nothing you can do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top