Top "Ascii" questions

A character-encoding scheme based on the ordering of the English alphabet.

Encoding xml using ascii encoding instead of character entities

Alright, so here is my issue. I need to generate xml in Java to pass onto another application. I started …

java xml ascii character-entities
How to get ASCII cyrillic character code in Python?

ord() returns unicode code, and I need ascii. >>> s = "Йог" #cyrillic >>> for char in s: ... …

python unicode ascii cyrillic ord
Keycodes for the Numeric Keypad

I was looking at the Stack Overflow questions to see if there was a keycode for the number keypad (the …

numbers ascii keypad
Open a .ma file (ASCII) in Maya with Python?

I'm trying to open a maya scene .ma at the end of a Python script, the path looks like that: …

python ascii maya mel
Is there an equivalence table to convert ASCII smileys to Unicode emoji(s)?

I would like to find a table to convert the old school western ascii emoticons :-) into their modern unicode …

web unicode ascii emoticons ascii-art
How to convert Extended ASCII to decimal in Windows Forms C#?

I am writing a windows application. am facing problem in converting Extended ASCII[128-256] to its decimal equivalent. when i …

c# winforms ascii extended-ascii asciiencoding
Handling french letters in Python

I am reading data from a file which contains words with french and english letters. I am attempting to construct …

python string python-2.7 ascii french
Extended ASCII character C++

Why can't I test for the ASCII value I assign to symbol (250) in this code? It seems weird to be …

c++ ascii extended-ascii
How to output a simple ascii table in PHP?

I have some data like: Array ( [0] => Array ( [a] => largeeeerrrrr [b] => 0 [c] => 47 [d] => 0 ) [1] => Array ( [a] =&…

php ascii tabular
Xoring alphabet letters with space character

Is there a historical reason as to why Xoring any alphabetic letter with the space character changes the case of …

unicode ascii xor