American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers and devices that use text. It includes definitions for 128 characters - 94 printable and 33 non-printable.

learn more… | top users | synonyms

0
votes
1answer
32 views

Where can I find a list of ASCII symbols? [closed]

I don't have a keypad or number lock on my laptop. I have learned how to make a heart with <3 but I want a list of other characters not requiring the Alt key
0
votes
0answers
15 views

Convert ascii file(iec) to dll or two column file

I have a an *.IEC file like the one that follows. A004 DET02 1 1 0 A004 361.080000 361.180000 4096 ...
0
votes
0answers
86 views

Convert all character to ASCII equivalent as per normal form in Notepad++?

Can I convert all characters into ASCII characters in a file? The non-ascii characters should be replaced with (one of) their Unicode normal form equivalent. For example in my local, á would become ...
0
votes
1answer
26 views

show hexadecimal/ASCII codes on NP++6.3

Ia there a way to show the hexadecimal/ASCII for all text showing in the editor? I use XP and NP++6.3 Thanks Masoud
1
vote
1answer
35 views

CMD Choice high-range characters

As a test, I tried this: C:\Users\Kolink>choice /C ` ERROR: Invalid choice. The valid choice characters are: a-z, A-Z, 0-9 and ASCII values of 128 to 254. How exactly would I add ASCII values ...
-1
votes
2answers
41 views

gpg -a alternative [closed]

I want any tool (freeware) can convert any file to ascii output, like gpg -a. the program should give me something like, -----BEGIN PGP MESSAGE----- Version: GnuPG v2.0.17 (MingW32) ...
0
votes
0answers
36 views

ALT+Windows keypad outputs Extended ASCII instead of ANSI?

For some reason, my XPSP3 host is now outputing characters from the Extended ASCII table for West European languages rather than Windows 1252 ANSI. For instance, ALT+199 or ALT+0199 used to output Ç ...
13
votes
4answers
311 views

What character encodings were used before 1963?

It is said that the first character encodings, ASCII and EBCDIC, appeared in 1963. My question: What character encodings preceded them? Did computer process characters before 1963? In particular, ...
0
votes
0answers
336 views

Convert text file to ASCII, not ANSI in Sublime Text

We have a project where we need to convert weird characters generated from all kinds of file formats into ASCII due to compatibility issues. Is it possible in Sublime Text 2 to convert the encoding ...
0
votes
1answer
56 views

An application to view a ascii format matrix file as an image?

The image format is an ascii text, with numbers separated by spaces (black & white image). Per number per pixel. Is there any way to view this image by some application? I know I can write codes ...
2
votes
2answers
77 views

Lowercase Greek alpha in ASCII on OS X

Does anyone know the three digit ASCII code for the lowercase Greek letter 'alpha' for OS X? 945 doesn't work and the only list I've found that works for me is here but the list doesn't contain the ...
1
vote
3answers
34 views

Word adding newlines after replaced text?

For a video game, I'm making an ascii map of 1s and 0s which the program makes a 3D labyrinth out of. This is obviously not fun to edit (100x100). To make it easier, I tried setting up Word's ...
3
votes
1answer
2k views

Why does [ALT+224] return Ó instead of alpha?

I'm on WIN 7. I found that windows is using ANSI, not ASCII. So when I type ALT + 224 i get Ó, instead of α. To get α I have to manually copy it from the windows character map every time I want to use ...
2
votes
2answers
813 views

How can I identify non-ASCII characters from the shell?

Is there a simple way to print all non-ASCII characters and the line numbers on which they occur in a file using a command line utility such as grep, awk, perl, etc? I want to change the encoding of ...
0
votes
1answer
302 views

Text-to-speech program on Windows saying “ASCII”

I am using Windows native text-to-speech program to read web pages and pdf files. Whenever the reader encounters a special character (or a blank space of some sort), it says "ASCII". Is there a way to ...
0
votes
1answer
357 views

Are there ASCII characters that have the same keyboard input for both PC and Mac?

I'm finding that using ASCII characters between windows and OSX is very cumbersome because it seems all the PC codes use the keypad, and the Mac doesn't. Are there any characters, at all, that I can ...
0
votes
1answer
153 views

Set DOS console mode (40 character mode)

How exactly would you set the DOS console to 40 character mode (which I believe looks like this)? I know you can do it, as in old games like ZZT.
0
votes
2answers
442 views

ASCII smiley code used for the main character in Rogue

What is the terminal code for the old square ASCII character used in the original Rogue game? Here's a game that uses it as its main character: ...
1
vote
0answers
35 views

Email text encoded with ASCII+1 scheme?

Something extremely strange is happening to me. I receive an email newsletter (about film news) and recently most of its text has suddenly begun to look like gibberish. The corresponding article, ...
-1
votes
1answer
1k views

Changing binary file to readable text file

I have a program that creates a file that stores text like this: application/octet-stream; charset=binary now i need to convert this file to this: text/plain; charset=us-ascii i know this is ...
2
votes
2answers
1k views

Converting ascii Russian to Russian?

I have a text document that is supposed to be written in Russian but it seems to instead be ascii: Óñòàíîâêà: 1)Çàïóñêàåì QuidamStudioSetup3.15.exe 2)Ïðè çàïðîñå ñåðèéíîãî íîìåðà ââîäèì How could I ...
0
votes
2answers
229 views

Why does Mercurial think my source files are binary?

I've been working on a programming project in Notepad, so far. Today, I opened my source files in an IDE to debug one thing, and the IDE converted saved my files as binary (or so Mercurial reports, ...
2
votes
0answers
37 views

Is there a key combo that's usable for Unicode characters in the same manner as ASCII characters? [duplicate]

Possible Duplicate: Typing strange letters¿ w/o numpad? If you open up Window's Character Map and select, say, Arial as the font then you're obviously shown all of the characters that ...
0
votes
2answers
313 views

Use full ascii table to file name in linux

In the Windows operating system I can use unusual characters in the file name by typing the decimal code of the character in the number pad. This way I can access all of the characters in the ...
4
votes
5answers
3k views

How can I find non-ASCII characters in text files?

Is there a tool that can scan a small text file and look for any character not in the simple ASCII character set? A simple Java or Groovy script would also do.
1
vote
2answers
285 views

Windows ALT+NUMPAD ASCII Key Combos

You all probably know about Windows' ability to render any character by specifying it's ASCII code using the numpad. To do so, you press and hold the Alt key while sequentially pressing the numbers ...
2
votes
2answers
443 views

Print an ASCII file to a printer connected through USB

From my working program, I need to print an ASCII file to a printer connected through USB. So far this was working fine as we used LPT1 with the following command. Type filename > prn But the ...
2
votes
4answers
589 views

In linux how do I to get ' quote ` back-tic through the shell into sed.

In linux how do I to get the ascii decimal/hex/oct code from a char or a ascii char from a decimal/hex/oct code. I see from the gnu sed user manual that I can use the \d# \o# \x# to specify a ...
2
votes
2answers
835 views

How to convert PDF to ASCII Postscript so the contained text can be searched/replaced?

According to Chapter 3.2 of the PostScript Language Reference, "there are three encodings for the PostScript language:ASCII, binary token, and binary object sequence". We've been generating PDF files ...
2
votes
1answer
558 views

powershell import-csv mangles diacritical characters

I am trying to create users in AD (2003 server R2) from a CSVfile using PowerShell (v2) when I use import-csv the resulting data gets mangled when names have diacritical characters in them. Jerónimo ...
2
votes
1answer
2k views

Utility for converting Shift-JIS encoded files to UTF-8 encoded files

My client has a ton of Japanese text files which are encoded in Shift-JIS. They need a utility which can convert these files to UTF-8. Ideally, the tool would offer both command-line and interactive ...
0
votes
2answers
431 views

How to draw ascii chart [duplicate]

Possible Duplicate: Are there programs that convert PowerPoint block diagrams to ASCII text diagrams? What kind of tools could we use to draw the following ascii chart conveniently? ...
4
votes
3answers
14k views

How to type smiley face ASCII☺?

How to type smiley face ASCII ☺ ? P.S I copy pasted ☺ from a site. ☺
3
votes
2answers
6k views

How to type non-printable ASCII characters in Mac OS X Terminal?

To communicate with a serial-type device over a telnet socket, I need to type the null character (ASCII 0) and all other non-printable ASCII characters. On Windows, you hold ALT and type the ASCII ...
3
votes
3answers
821 views

Unicode vs. ASCII [closed]

Why is Unicode used in the latest operating systems instead of ASCII?
1
vote
1answer
366 views

By which program can I change UNICODE filenames in my whole disk to ASCII?

By which program can I change UNICODE filenames in my whole disk to ASCII?
1
vote
3answers
9k views

Tool to convert a file of HEX to ASCII character set?

Question: Is there a known tool to convert a file consisting of 2 byte Hex into ascii? Note: - Maintain file offset listing in bytes Example: File contents: 00000000 0054 0065 0073 0074 0020 ...
7
votes
1answer
581 views

The '¤' character

Lately I've started wondering about the ¤ character which is shift+4 on my Norwegian keyboard (it's also present on several others, including the U.S. International keyboard layout). I've never seen a ...
0
votes
1answer
1k views

Unconvert Text File from Binary Format

I've got a rather large CSV file (~700MB) which I know to consist of lines of 27-character alpha-numeric hashes; no commas or anything fancy. Somehow, during its migration from Windows to Linux (via ...
0
votes
2answers
1k views

cleaning up pdftotext font issues

I'm using pdftotext to make an ASCII version of a PDF document (made with LaTeX), because collaborators prefer a simple document in MS word. The plain text version I see looks good, but upon closer ...
1
vote
6answers
10k views

ASCII Code for the TAB Character? (Want to be able to input tabs into a web page textbox)

As I'm sure that pretty much everyone on here is aware the "Tab" key when used on a webpage simply jumps to the next element on the page; whether is be a checkbox, radio selector, button, another ...
7
votes
4answers
994 views

ASCII-art unicorn one-liner [closed]

I need to spruce up my debugging messages. I have a smiley in there :D, but someone suggested using a unicorn. There are some nice resources on ASCII unicorns (e.g. ...
7
votes
3answers
848 views

Are there programs that convert PowerPoint block diagrams to ASCII text diagrams?

I'm looking for a program to convert PowerPoint block diagrams to ASCII. I found Ditaa, which does the exact opposite of what I want done. +--------+ +-------+ +-------+ | | --+ ...
2
votes
2answers
986 views

ascii mode ftp between two linux boxes does undesired CRLF translation

Using the FTP command I transferred an xml file from a Red Hat Enterprise Linux box which happens to be in Europe to another RHEL box in the United States. I didn't specify a transfer mode so it ...
1
vote
1answer
51 views

Is there a web site that allows you to draw an ascii chart with boxes and arrows easily?

Ascii drawings and charts are a useful way of documenting software and can be included directly in source files near the code they document. I'm looking for an online tool to draw them and be able to ...
1
vote
5answers
2k views

Key for 'ë' , e with a diaeresis, in windows [duplicate]

Possible Duplicate: How do you type Unicode characters using hexadecimal codes? Is it possible to generate this symbol 'ë' i.e. e with a diaeresis from the keyboard in windows?
1
vote
1answer
519 views

Unable to convert file to UTF-8

I am on Windows XP sp3 and I am trying to convert a file from ASCII to UTF-8. I use notepad++ to do this. I go to Encoding > Convert to UTF-8 without BOM. I save the file, reopen and it is still on ...
1
vote
1answer
528 views

GNU Screen: using VT100 ASCII codes

I try to move with the VT100 keys here in GNU Screen: $ screen $ hello <left><left> ESC C ESC D but "ESC D" deletes until the end of line and ESC C does nothing. Perhaps, I am not using ...
1
vote
3answers
562 views

How do I make 'man ascii' work on Fedora 11

Upgrading from Fedora 9 with a full reinstall off the non-developers CD image, then installing various packages. man ascii doesn't work -- what do I need to install to get this to work?
1
vote
2answers
858 views

ASCII codes appear in Excel '03 but not '07

Part I - I have a spreadsheet that was from data exported from an application. When I open it, I can see the 'boxes' that usually are from a line break or paragraph break in a cell. IF I view the ...

1 2