Tagged Questions
6
votes
4answers
909 views
Convert two ascii characters to their 'corresponding' one character extended ascii representation
The problem:
I have two fixed width strings from an external system. The first contains the base characters (like a-z), the second (MAY) contain diacritics to be appended to the first string to create ...
5
votes
2answers
3k views
How can I convert extended ascii to a System.String?
For example: "½" or ASCII DEC 189. When I read the bytes from a text file the byte[] contains the valid value, in this case 189.
Converting to Unicode results in the Unicode replacement character ...
1
vote
1answer
79 views
converting Extended ASCII/ANSI values
I have a program that inputs text and sorts through it using a number of functions and the text should be readable regardless of the format, however, when a file saved to the Extended ASCII encoding ...
1
vote
2answers
448 views
How to draw a rectangle in console applicaiton?
aHi,
Never used extended ascii ,need to draw a rectangle in a console app with a number inside
Do you know of any link or know how to draw rectangles etc.. in c# using extended ascii?
This is for a ...
0
votes
2answers
983 views
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. I would like to also display ones that I can use for drawing walls (like U0205) but it ...