Questions tagged [windows-1256]

4 questions
0
votes
0 answers

Convert txt file encoding from ANSI to WINDOWS-1256

I have a source.txt file contain this lines: ËÇÈÊÉ ÇáÊØåíÑ ÇÓÊåáÇß But in arabic is : ثابتة التطهير استهلاك the text is in arabic and to show arabic i need to change the encoding manually in notepad++ from ANSI to WINDOWS-1256 I have a lot of files…
0
votes
1 answer

Can't reproduce ANSI Encoding to Windows-1256 by C#

I have some encoded data in mdb file, like this Úæäí, and ÚáÇä; I tried with notepad++, first creating new file with ANSI Encoding, after that putting that text on to it, finally changing the encoding to Windows-1256, the result is عوني ,علان…
saimmm
  • 11
  • 2
-1
votes
1 answer

How can I iterate through string bytes numerically?

I have a string encoded in windows-1256 and is displayed as ÓíÞÑÕäí áßí ¿. The string should be displayed in Arabic if the operating system is configured to use the encoding. Here is the HEX representation of the string: My intention is to convert…
Ahmad
  • 12,336
  • 6
  • 48
  • 88
-1
votes
2 answers

ANSI value of RTL character

I want to know the ANSI value of the character "\u202B" that make RTL alignment in the text file, the problem that I've used it in UTF8 file and it makes the text RTL but when the text file is ANSI it shows marks "???" that means that this character…
Mahmoud Ismail
  • 187
  • 1
  • 3
  • 12