Top "Ascii" questions

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

How can I remove non-ASCII characters but leave periods and spaces using Python?

I'm working with a .txt file. I want a string of the text from the file with no non-ASCII characters. …

python text unicode filter ascii
Convert A String (like testing123) To Binary In Java

I would like to be able to convert a String (with words/letters) to other forms, like binary. How would …

java binary ascii hex
How do I convert a list of ascii values to a string in python?

I've got a list in a Python program that contains a series of numbers, which are themselves ASCII values. How …

python string ascii
Ascii/Hex convert in bash

I'm now doing it this way: [root@~]# echo Aa|hexdump -v 0000000 6141 000a 0000003 [root@~]# echo -e "\x41\x41\x41\x41" AAAA …

bash ascii hex
Convert ASCII TO UTF-8 Encoding

How to convert ASCII encoding to UTF8 in PHP

php utf-8 ascii
(grep) Regex to match non-ASCII characters?

On Linux, I have a directory with lots of files. Some of them have non-ASCII characters, but they are all …

regex unicode grep ascii non-ascii-characters
Detect whether a Python string is a number or a letter

How can I detect either numbers or letters in a string? I am aware you use the ASCII codes, but …

python string ascii
How do I display ► Play (Forward) or Solid right arrow symbol in html?

How do I display this ► Play (Forward) or Solid right arrow symbol in html?

html ascii
UnicodeEncodeError: 'ascii' codec can't encode character at special name

My python (ver 2.7) script is running well to get some company name from local html files but when it comes …

python unicode encoding beautifulsoup ascii