Donadoni Posted October 9, 2003 Posted October 9, 2003 I have written a VB.NET program that reads from a .txt file to a string and puts the text on a label, but when the line contains the Swedish letters å,ä or ö, the program simply leave those characters out and don't show them on the label. For exampel the word "översätt" becomes "verstt". anyone knows where the problem is? Quote
*Gurus* Derek Stone Posted October 9, 2003 *Gurus* Posted October 9, 2003 Windows Forms, by default, have no problems displaying non-English characters. Either you have changed the label's font to one that doesn't support such characters, or your file handling scheme is flawed. You may want to post the code in question. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.