Top "Ascii" questions

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

Converting QBasic CHR$(13)+CHR$(10) to C#

I'm trying to pass a straight ASCII text command through my serial port, something like this: string cmd = "<ID00&…

c# string serial-port ascii qbasic
Text based UML Diagram Generators

Which generator tools do you know that are able to generate UML (and perhaps other) diagrams out of text (simple …

svg uml ascii generator diagram
node JS console log ascii symbol

HiI am using node JS for my app, and I want to print ascii symbols in terminal.Here is a …

node.js ascii console.log
Java String and Hex character representation

I am trying to send a square bracket to a phone using logica smpp 1.3.7. I use dataCodingSetting of 3 - as …

java hex ascii smpp
Why do upper case letters come before lower case letters in the ASCII table?

In one of my interview, the interviewer asked me why the upper case letters are before the lower case letters …

ascii uppercase lowercase
Detect non-printable characters in JavaScript

Is it possible to detect binary data in JavaScript? I'd like to be able to detect binary data and convert …

javascript binary ascii hex non-printable
Is there any logic behind ASCII codes' ordering?

I was teaching C to my younger brother studying engineering. I was explaining him how different data-types are actually stored …

char ascii
ASCII with odd parity

Consider a data communications system that represents characters using ASCII with odd parity. Each 7-bit ASCII character is followed by …

binary hex ascii error-detection parity
Convert Javascript UTF-8 to ASCII (like Iconv('UTF-8', 'ASCII//TRANSLIT', $string) in PHP)

I'm wondering how it's possible to 'translate' characters in UTF-8 to the closest ASCII equivalent using Javascript, just like Iconv …

javascript utf-8 ascii iconv
How to use tab in disp()?

disp(['counter ' num2str(blk) (here I need a tab!!!) 'adc ' num2str(adc_nr)])

matlab tabs ascii string-literals disp