Top "Ascii" questions

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

"grep" offset of ascii string from binary file

I'm generating binary data files that are simply a series of records concatenated together. Each record consists of a (binary) …

linux bash binary grep ascii
Is there any disadvantage of using: text/plain; charset="UTF-8"

My web server serves content that is in 95% of the time just simple ascii. However in some rare cases, the …

http utf-8 http-headers ascii content-type
Transliterate any convertible utf8 char into ascii equivalent

Is there any good solution out there that does this transliteration in a good manner? I've tried using iconv(), but …

php utf-8 ascii iconv transliteration
Credit Card validation: can Card Name contain non-ASCII characters?

Can the Card Name (i.e. the cardholder name, not the card type) contain non-ASCII characters? Example: "JOSÉ GONZÁLEZ".

validation internationalization ascii credit-card
Can't get ASCII art to echo to console

I'm new to Bash scripting, and this here is just puzzling to me. I'm adding ASCII art to a project, …

bash scripting syntax-error ascii
difference between NLS_NCHAR_CHARACTERSET and NLS_CHARACTERSET for Oracle

i have a quick question here, that i would like to know the difference between NLS_NCHAR_CHARACTERSET and NLS_…

oracle character-encoding ascii utf varchar2
ASCII strings and endianness

An intern who works with me showed me an exam he had taken in computer science about endianness issues. There …

c ascii endianness
How to remove null character (zero character) from string

I been trying to remove all the zero characters from my string My string is made from these hexadecimal bytes 00 44 00 65 00 6…

vb.net unicode character-encoding ascii null-character
Where is Python's "best ASCII for this Unicode" database?

I have some text that uses Unicode punctuation, like left double quote, right single quote for apostrophe, and so on, …

python unicode ascii
Python: How to get StringIO.writelines to accept unicode string?

I'm getting a UnicodeEncodeError: 'ascii' codec can't encode character u'\xa3' in position 34: ordinal not in range(128) on a …

python string unicode ascii stringio