Top "Ascii" questions

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

Invisible characters - ASCII

Are there any invisible characters? I have checked Google for invisible characters and ended up with many answers but I'm …

facebook unicode character ascii
PHP: How to remove all non printable characters in a string?

I imagine I need to remove chars 0-31 and 127, Is there a function or piece of code to do this …

php utf-8 ascii
Convert string to ASCII value python

How would you convert a string to ASCII values? For example, "hi" would return 104105. I can individually do ord('h') …

python ascii
How to check if a string in Python is in ASCII?

I want to I check whether a string is in ASCII or not. I am aware of ord(), however when …

python string unicode ascii
Character reading from file in Python

In a text file, there is a string "I don't like this". However, when I read it into a string, …

python unicode encoding ascii
Replace non-ASCII characters with a single space

I need to replace all non-ASCII (\x00-\x7F) characters with a space. I'm surprised that this is not …

python unicode encoding ascii
How can you strip non-ASCII characters from a string? (in C#)

How can you strip non-ASCII characters from a string? (in C#)

c# ascii
What are the ascii values of up down left right?

What are the ASCII values of the arrow keys? (up/down/left/right)

hardware ascii
"unmappable character for encoding" warning in Java

I'm currently working on a Java project that is emitting the following warning when I compile: /src/com/myco/apps/…

java encoding utf-8 ascii
Converting a character code to char (VB.NET)

I'm able to convert a character to its corresponding character/ASCII code using "Asc(CHAR)". What can I use to …

vb.net character-encoding ascii character character-codes