Top "Ascii" questions

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

What's the simplest way to convert from a single character String to an ASCII value in Swift?

I just want to get the ASCII value of a single char string in Swift. This is how I'm currently …

swift string character ascii
How do I distinguish between 'binary' and 'text' files?

Informally, most of us understand that there are 'binary' files (object files, images, movies, executables, proprietary document formats, etc) and …

unix language-agnostic ascii binaryfiles file-format
Generate a sequence of characters from 'A'-'Z'

I can make a sequence of numbers like this: s = seq(from=1, to=10, by=1) How do I make a sequence …

r character ascii sequence seq
How does one write the hex values of a char in ASCII to a text file?

Here is what I currently have so far: void WriteHexToFile( std::ofstream &stream, void *ptr, int buflen, char *prefix ) { …

c++ ascii hex ofstream
How to use symbols of extended ASCII table in C?

I've been tried to print Extended ASCII characters: http://www.theasciicode.com.ar/ But all those symbols were printed as …

c character ascii extended-ascii
Django: 400 bad request syntax - what does this message mean?

I am using django to build a simple website. When you type the base address (which for now is 127.0.0.1:8000/), I …

django http hex ascii http-status-code-400
Removing non-ASCII characters from data files

I've got a bunch of csv files that I'm reading into R and including in a package/data folder in .…

r unicode ascii non-ascii-characters
Bash: Convert non-ASCII characters to ASCII

How can I convert a string like Žvaigždės aukštybėj užges or äüöÖÜÄ to Zvaigzdes aukstybej uzges …

bash ascii
how can i insert this ascii text art in cmd or command prompt?

how can i insert this text art in cmd? Do i do it like this? @echo off cls echo .................................................__________...... echo .... _________________________________________ ./ \\___ …

cmd ascii ascii-art
ASCII Library for Creating "Pretty" Directory Trees?

Is there some *nix tool or perl/php library that will let you easily create directory tree visualizations that look …

php unix tree ascii