Problem solved by specifying CharSet "WindowsLatin1" when opening file Don't know exactly what is default charset - this is the first time I have to specify a particular charset
Thanks everyone - Christophe -----Message d'origine----- De : Bill Thoen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 23 juin 2005 14:08 À : Christophe Brabant Cc : 'Wallace, Steve'; [email protected] Objet : Re: MI-L RE : MI-L writing a special character into text file On Thu, 23 Jun 2005, Christophe Brabant wrote: > Sorry but Chr$(186) generates this character : "§" > And Chr$(176) this one : ø For the degree symbol, try Chr$(248) or Google for 'ASCII chart' and look it up. --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 16905 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 16907
