Top "Ascii" questions

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

What is the ASCII Code of ½?

I want to print the value '½' in a file. I searched for the ascii value of this as …

windows unix ascii iso-8859-1
Python UnicodeDecodeError - Am I misunderstanding encode?

Any thoughts on why this isn't working? I really thought 'ignore' would do the right thing. >>> 'add \…

python unicode ascii encode ignore
How can I decode HTML entities?

Here's a quick Perl question: How can I convert HTML special characters like ü or ' to normal ASCII …

html perl ascii special-characters
Convert two ASCII Hexadecimal Characters (Two ASCII bytes) in one byte

I want to convert two ASCII bytes to one hexadecimal byte. eg. 0x30 0x43 => 0x0C , 0x34 0x46 => 0…

c ascii hex avr-gcc
PHP, convert UTF-8 to ASCII 8-bit

I'm trying to convert a string from UTF-8 to ASCII 8-bit by using the iconv function. The string is meant …

php encoding utf-8 ascii iconv
How to write superscript in a string and display using MessageBox.Show()?

I am trying to output the area using a message box, and it should be displayed as, for example, 256 unit^2... …

c# winforms ascii messagebox
Swift: How to get string from ASCII-Code

How can I get a character from a ASCII-Code in Apple's new Swift? For example 65 returns "A"

swift character ascii
Python UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 ordinal not in range(128)

I'm trying to write my first app in Google App Engine with Python (link of the app: http://contractpy.appspot.…

python google-app-engine ascii asciiencoding
Ruby 1.9 - invalid multibyte char (US-ASCII)

Im trying to make my rails application (2.3.5) to run on Ruby 1.9, I've this function that make some transformations on a …

ruby ruby-on-rails-3 ascii
Non-ASCII characters in Matplotlib

I have a problem displaying non-ASCII characters in Matplotlib, these characters are rendered as small boxes instead of a proper …

python unicode matplotlib ascii