Top "Extended-ascii" questions

A catch-all term for character encodings that are supersets of ASCII.

Console.Write() - display extended ascii chars?

I am able to correctly display the standard ASCII symbols (up to 127) like "heart", "note" you know what I mean. …

c# console extended-ascii
How to split line at non-printing ascii character in Python

How can I split a line in Python at a non-printing ascii character (such as the long minus sign hex 0…

python split ascii extended-ascii
Extended Ascii characters in Code::Blocks C++

I'm trying to use extended Ascii codes in a console application using C++ and Code::Blocks (character codes greater than 128). …

c++ codeblocks extended-ascii
C++ Printing special ascii characters to the Windows console

After 2 hours of searching and trying various methods, I'm pulling my hair out trying to print special ascii characters to …

c++ console-application extended-ascii
How to print Extended ASCII characters 127 to 160 in through a C program?

I am trying below code to print all the ASCII characters, but it does not print anything for 127 to 160. I …

c ascii extended-ascii
Extended ascii characters search in SQL Server

I have a table where one column may contain data which includes extended ASCII characters (like ♥,♦,♣....) When I search for …

sql-server extended-ascii
Extended Ascii doesn't work in console!

For example System.out.println("╚"); displays as a ?, same goes for System.out.println("\u255a"); Why doesn't this work? …

java character-encoding console ascii extended-ascii