Jango Posted March 27, 2007 Posted March 27, 2007 (edited) Hi, I wrote a little xml parser for special needs. But in the xml file i have chars like "é à è etc..." and when i use FileReadLine and FileWrite all french chars are replaced by wrong chars like "? ..." etc... Can anyone tell me what sould i use to keep the chars "like that" Thanks Edit: I found that the "culprit" is FileReadLine because when i display the text with i msgbox the "é" is already lost Edited March 27, 2007 by Jango
jvanegmond Posted March 27, 2007 Posted March 27, 2007 Yeah, nothing wrong with FileWrite. It's the MsgBox that usually screws things up, as MsgBox only supports plain text. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now