A catch-all term for character encodings that are supersets of ASCII.
public static void main(String[] args) { int i=153; int j=63; System.out.println((char)i); System.out.println((char)j); } …
java character-encoding extended-asciiI need to draw a rectangle, with a number inside, in a C# console app and using extended ASCII. How …
c# .net console console-application extended-asciiI've been tried to print Extended ASCII characters: http://www.theasciicode.com.ar/ But all those symbols were printed as …
c character ascii extended-asciiFor example: "½" or ASCII DEC 189. When I read the bytes from a text file the byte[] contains the valid value, …
c# .net extended-asciiI have a problem when I'm printing (or writing to a file) the non-ASCII characters in Python. I've resolved it …
python extended-asciiHow would I print these characters in Linux? │ (ascii 179) ├ (ascii 195) └ (ascii 192) ─ (ascii 196) I cannot find any octal values that would …
linux extended-asciiHow to display 192 character symbol ( └ ) in perl ?
perl ascii extended-asciiHow to detect the presence of Extended ASCII values (128 to 255) in a C++ character array.
c++ extended-asciiI have a bunch of dynamically created *.BAT files. These BAT files are used to create folders in a server. …
batch-file ansi extended-asciiI use python on Mac OS X, and I want to use an extended ASCII symbol #219 like in this table : …
python macos extended-ascii