Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
Questionplz help me with this error Pin
john231318-Apr-09 0:06
john231318-Apr-09 0:06 
AnswerRe: plz help me with this error Pin
N a v a n e e t h18-Apr-09 6:38
N a v a n e e t h18-Apr-09 6:38 
GeneralRe: plz help me with this error Pin
john231319-Apr-09 19:51
john231319-Apr-09 19:51 
QuestionRead a text in Bulgare language Pin
abbd18-Apr-09 0:01
abbd18-Apr-09 0:01 
AnswerRe: Read a text in Bulgare language Pin
Green Fuze18-Apr-09 2:05
Green Fuze18-Apr-09 2:05 
AnswerRe: Read a text in Bulgare language Pin
Luc Pattyn18-Apr-09 2:28
sitebuilderLuc Pattyn18-Apr-09 2:28 
GeneralRe: Read a text in Bulgare language Pin
abbd18-Apr-09 7:45
abbd18-Apr-09 7:45 
GeneralRe: Read a text in Bulgare language Pin
Luc Pattyn18-Apr-09 7:59
sitebuilderLuc Pattyn18-Apr-09 7:59 
If foreign text is not showing correctly, these are the two main reasons:
1. the text does not contain what you expect, e.g. because you did not use the right Encoding or codepage;
2. the output is not able to show the characters, e.g. because the font chosen does not contain them.

Not sure how you are looking at Console.Write() output but 2. is very likely since a "Command Prompt", "DOS Window" and the like probably use a "non-proportional" or "monospaced" font which may have a very limited character set.

You are likely to have better output on a Windows application, using a font such as Arial
or Microsoft Sans Serif.
If yours is a Console Application, you can still add a reference to System.Windows.Forms and open some Forms, with TextBoxes and the like. Maybe that is the easiest approach.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


GeneralRe: Read a text in Bulgare language Pin
abbd18-Apr-09 9:09
abbd18-Apr-09 9:09 
GeneralRe: Read a text in Bulgare language Pin
Rolf Kristensen19-Apr-09 3:32
Rolf Kristensen19-Apr-09 3:32 
Question[Message Deleted] Pin
hkjghkj117-Apr-09 22:06
hkjghkj117-Apr-09 22:06 
AnswerRe: Number of lines in MultiLine TextBox with vertical scrollbar Pin
N a v a n e e t h17-Apr-09 22:21
N a v a n e e t h17-Apr-09 22:21 
AnswerRe: Number of lines in MultiLine TextBox with vertical scrollbar Pin
Xmen Real 18-Apr-09 0:14
professional Xmen Real 18-Apr-09 0:14 
General[Message Deleted] Pin
hkjghkj118-Apr-09 20:09
hkjghkj118-Apr-09 20:09 
GeneralRe: Number of lines in MultiLine TextBox with vertical scrollbar Pin
Xmen Real 18-Apr-09 20:11
professional Xmen Real 18-Apr-09 20:11 
QuestionInheritance and events Pin
Dewald17-Apr-09 21:16
Dewald17-Apr-09 21:16 
AnswerRe: Inheritance and events Pin
DaveyM6917-Apr-09 21:34
professionalDaveyM6917-Apr-09 21:34 
GeneralRe: Inheritance and events Pin
Dewald18-Apr-09 23:03
Dewald18-Apr-09 23:03 
AnswerRe: Inheritance and events Pin
N a v a n e e t h17-Apr-09 21:42
N a v a n e e t h17-Apr-09 21:42 
QuestionDB Connectivity with Smart Device (Windows Mobile) Pin
khosnur17-Apr-09 19:23
khosnur17-Apr-09 19:23 
AnswerRe: DB Connectivity with Smart Device (Windows Mobile) Pin
N a v a n e e t h17-Apr-09 20:53
N a v a n e e t h17-Apr-09 20:53 
QuestionTargetInvocationException was unhandled by user code Pin
Dhruva Hein17-Apr-09 18:52
Dhruva Hein17-Apr-09 18:52 
AnswerRe: TargetInvocationException was unhandled by user code Pin
N a v a n e e t h17-Apr-09 20:52
N a v a n e e t h17-Apr-09 20:52 
GeneralRe: TargetInvocationException was unhandled by user code Pin
Dhruva Hein18-Apr-09 13:57
Dhruva Hein18-Apr-09 13:57 
QuestionApplication failed to initialize Pin
mrithula817-Apr-09 18:10
mrithula817-Apr-09 18:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.