Top "Ascii" questions

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

Windows API: ANSI and Wide-Character Strings -- Is it UTF8 or ASCII? UTF-16 or UCS-2 LE?

I'm not quite pro with encodings, but here's what I think I know (though it may be wrong): ASCII is …

winapi unicode ascii widechar multibyte-functions
convert ascii character to signed 8-bit integer python

This feels like it should be very simple, but I haven't been able to find an answer.. In a python …

python integer ascii signed
Python encoding/decoding problems

How do I decode strings such as this one "weren\xe2\x80\x99t" back to the normal encoding. So …

python python-2.7 encoding ascii non-ascii-characters
Character encoding issues on websphere

I have the following issue concerning the application I have deployed in two application servers (websphere 8.0.0.3). These serves have identical …

utf-8 character-encoding ascii iso-8859-1
Converting to ASCII in C

Using a microcontroller (PIC18F4580), I need to collect data and send it to an SD card for later analysis. …

c embedded ascii microcontroller
Best output type and encoding practices for __repr__() functions?

Lately, I've had lots of trouble with __repr__(), format(), and encodings. Should the output of __repr__() be encoded or be …

python encoding ascii repr
Convert non-ASCII characters (umlauts, accents...) to their closest ASCII equivalent (slug creation)

I am looking for way in JavaScript to convert non-ASCII characters in a string to their closest equivalent, similarly to …

javascript character-encoding ascii converter slug
Powershell: Find/Replace pattern of ASCII control characters

I'm trying to write a script to search the contents of a file, and when it comes across a grouping …

powershell scripting ascii control-characters
Convert ascii files into normal human-readable file

I have got ASCII files and want to convert them into maybe excel or tab/csv delimited text file. The …

ascii asciiencoding