Click here to Skip to main content
15,860,861 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben2-May-07 9:52
kubben2-May-07 9:52 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev2-May-07 11:13
QuickBooksDev2-May-07 11:13 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben2-May-07 12:40
kubben2-May-07 12:40 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev2-May-07 14:58
QuickBooksDev2-May-07 14:58 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben2-May-07 16:19
kubben2-May-07 16:19 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev3-May-07 2:31
QuickBooksDev3-May-07 2:31 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben3-May-07 2:36
kubben3-May-07 2:36 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev3-May-07 2:46
QuickBooksDev3-May-07 2:46 
After I write it I usually let MSIE try to read it. If MSIE can't then my VB.NET will probably fail as well.

I can write is as Unicode. But MSIE will not be able to read it unless I change
encoding="utf-8"? to utf-16.

But this doesn't seem to be right. I would think that there should be an easier way just to write an XML block to disk without all the fuss.

Question: When the accented character is read from Web Services in VB6 the data looks and displays fine (the ü looks like a u with 2 dots). It is also written do disk and it still looks fine with Notepad. Then why is it that MSIE stops with an Invalid Character on ü. Is the enocoding in utf-8 different from ASCII.

What am I missing?

GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben3-May-07 2:50
kubben3-May-07 2:50 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev3-May-07 2:59
QuickBooksDev3-May-07 2:59 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben3-May-07 3:40
kubben3-May-07 3:40 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev3-May-07 3:58
QuickBooksDev3-May-07 3:58 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
kubben3-May-07 4:34
kubben3-May-07 4:34 
GeneralRe: Best Way to handle foreign characters from XML to disk file Pin
QuickBooksDev3-May-07 4:35
QuickBooksDev3-May-07 4:35 
QuestionHow to convert a BitArray of length 8 into a single byte Pin
edmonson2-May-07 6:06
edmonson2-May-07 6:06 
AnswerRe: How to convert a BitArray of length 8 into a single byte Pin
Guffa2-May-07 6:24
Guffa2-May-07 6:24 
AnswerRe: How to convert a BitArray of length 8 into a single byte [modified] Pin
Dave Kreskowiak2-May-07 7:01
mveDave Kreskowiak2-May-07 7:01 
QuestionOpen file directly Pin
Xmen Real 2-May-07 5:23
professional Xmen Real 2-May-07 5:23 
AnswerRe: Open file directly Pin
Dave Kreskowiak2-May-07 5:51
mveDave Kreskowiak2-May-07 5:51 
GeneralRe: Open file directly [modified] Pin
Xmen Real 2-May-07 17:29
professional Xmen Real 2-May-07 17:29 
GeneralRe: Open file directly Pin
Dave Kreskowiak3-May-07 13:23
mveDave Kreskowiak3-May-07 13:23 
GeneralRe: Open file directly Pin
Xmen Real 3-May-07 18:18
professional Xmen Real 3-May-07 18:18 
QuestionVB printing problem Pin
Rich Leyshon2-May-07 4:42
Rich Leyshon2-May-07 4:42 
AnswerRe: VB printing problem Pin
Dave Kreskowiak2-May-07 6:23
mveDave Kreskowiak2-May-07 6:23 
GeneralRe: VB printing problem Pin
Rich Leyshon2-May-07 7:29
Rich Leyshon2-May-07 7:29 

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.