Top "Ascii" questions

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

XSL: Include some ASCII control chars when method="text"

I've got an XSL template that outputs text as opposed to XML. In this text, I need to include ASCII …

xslt escaping ascii xml-1.1
How to search for a character the displays as "<85>" in Vim

I have a file that was converted from EBCDIC to ASCII. Where there used to be new lines there are …

vim ascii newline replace ebcdic
How to print Extended ASCII characters 127 to 160 in through a C program?

I am trying below code to print all the ASCII characters, but it does not print anything for 127 to 160. I …

c ascii extended-ascii
Remove ASCII color codes

So, I'm having an issue. I'm catching some stuff from a Logger, And the output looks something like this: 11:41:19 [INFO] ←[35;1…

java colors replace ascii color-codes
Can .NET convert Unicode to ASCII to remove "smart quotes", etc?

Some of our users use e-mail clients that can't cope with Unicode, even when the encoding, etc. are properly set …

.net unicode ascii codepages normalize
Convert Mainframe Binary to Ascii Using any Open Source Code or Tool

How can I convert a mainframe binary file (EBCDIC) having cobol copybook as record layout information to ASCII file by …

java ascii cobol mainframe ebcdic
Javascript \x escaping

I've seen a few other programs that have something like this: var string = '\x32\x20\x60\x78\x6e\…

javascript string escaping ascii processing
Put generated PNG image into JSZip

I am using JSZip to make a program that generates the image data from a canvas element and puts the …

javascript base64 png ascii jszip
Extended Ascii doesn't work in console!

For example System.out.println("╚"); displays as a ?, same goes for System.out.println("\u255a"); Why doesn't this work? …

java character-encoding console ascii extended-ascii
Python: replace french letters with english

Would like to replace all the french letters within words with their ASCII equivalent. letters = [['é', 'à'], ['è…

python string python-2.7 ascii french