|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problems with letters
Hi I am from Denmark and I have a problem with the danish letters: "Æ, Ø and Å". The program can't display the letters in a textbox if it is read from a txt-file with the system.io.stream command, but it can display it if I have used the GetFiles command.
How do I read from a txt-file without holes in the text because of the missing letters? Np. I have also tried to change the culture information in a strange way but it didn't help. |
|
#2
|
|||
|
|||
|
Have you tried loading into a variable and then into the text box?
|
|
#3
|
|||
|
|||
|
There are 2 things that could happen:
1- The font you are using in notepad ( or whatever text editor) is not the same as the textbox 2- The file is unicode (you read two characters insteed of one), there are some routines in VB that can change unicode to text or biseversa, or you can use routines to use a textbox with unicode capabilities. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Problems with letters |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|