Top "Ascii" questions

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

What is the difference between the `A` and `W` functions in the Win32 API?

What is the difference in calling the Win32 API function that have an A character appended to the end as …

winapi unicode ascii
String Hex Encoding and Decoding

I am converting a String from UTF-8 to CP1047 and then performing hex encoding on it, which works great. Next …

java string utf-8 ascii ebcdic
Xcode 4.6 (4H127), clang warns 'illegal character encoding in string literal' for ISO-8859-1 encoded o-umlaut (0xF6)

This code compiled in the previous release of Xcode. I updated Xcode, and now compilation fails. I'm guessing there is …

c utf-8 ascii clang xcode4.6
C character values arithmetic

I have been reading from the book "The C Programming Language" learning C, and I stumbled upon the arithmetic s[…

c char ascii expression atoi
How to split line at non-printing ascii character in Python

How can I split a line in Python at a non-printing ascii character (such as the long minus sign hex 0…

python split ascii extended-ascii
Determining ISO-8859-1 vs US-ASCII charset

I am trying to determine whether to use PrintWriter pw = new PrintWriter(outputFilename, "ISO-8859-1"); or PrintWriter pw = new PrintWriter(…

java character-encoding ascii iso-8859-1 character-set
Copyleft symbol

Is there any easy way to print the copyleft symbol? https://en.wikipedia.org/wiki/Copyleft For example as simple …

html unicode ascii non-ascii-characters
Convert special character (i.e. Umlaut) to most likely representation in ascii

i am looking for a method or maybe a conversion table that knows how to convert Umlauts and special characters …

php ascii special-characters diacritics non-ascii-characters
java program to convert EBCDIC to ASCII

I wrote a simple java program to convert EBCDIC to ASCII. It's not working correctly. Here is what I did …

java ascii ebcdic
BYTE BCD to ASCII conversion optimization

I've written a function in c that converts a byte (unsigned char) BCD string into ASCII. Please have look at …

c string ascii bcd