Top "Ascii" questions

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

How do I write non-ASCII characters using echo?

How do I write non-ASCII characters using echo? Is there an escape sequence, such as \012 or something like that? I …

linux bash ascii echo non-ascii-characters
How to compare an ASCII value

I want to store the ASCII value of a letter into a variable, how can I do this? for example : …

c file text ascii file-read
In Python, how do I decode GZIP encoding?

I downloaded a webpage in my python script. In most cases, this works fine. However, this one had a response …

python http text encoding ascii
Blender fbx import from ascii format

I have a FBX model which I would like to open in Blender but when I try to import the …

import ascii blender fbx
Getting an ASCII character code in Ruby using `?` (question mark) fails

I'm in a situation where I need the ASCII value of a character (for Project Euler question #22, if you want …

ruby char ascii
How to get rid of non-ascii characters in ruby

I have a Ruby CGI (not rails) that picks photos and captions from a web form. My users are very …

ruby unicode cgi ascii
How do I get the byte values of a string in PHP?

Say I have a string in php, that prints out to a text file like this: nÖ§9q1Fª£ How …

php string ascii bytecode
how can i convert ascii code to character in javascript

how can i convert ascii code to character in javascript

javascript ascii
How to convert ASCII value to a character in Objective-C?

I was wondering if anyone has the following php function equivalents in Objective-C for iPhone development: ord() # returns the ASCII …

iphone ascii
Are Unicode and Ascii characters the same?

What exactly are unicode character codes? And how are they different from ascii characters?

unicode ascii