Re: encoding
From: Tank (anonymous_at_microsoft.com)
Date: 05/21/04
- Next message: Miki Peric: "inline"
- Previous message: Hendrik Schober: "Re: What is the diff between template<class T1, class T2> int X::func(X<T1,T2>& a); and"
- In reply to: Paul: "encoding"
- Next in thread: Igor Tandetnik: "Re: encoding"
- Reply: Igor Tandetnik: "Re: encoding"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 21 May 2004 18:31:24 +0800
You must have Byte Order Mark (BOM) header written to the beginning of your
file. You might want to read about BOM :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/unicode_42jv.asp
Hope this help.
regards,
tank
"Paul" <anonymous@discussions.microsoft.com> wrote in message
news:3E356341-48BB-471D-80CB-E8AFDEE54D10@microsoft.com...
> Hi,
>
> How do I add encoding = UTF-8 to a file that was just created by
_tfopen()? Or... how do I create a file with encoding other than ANSI
(UTF-8, Unicode, etc.) in C++?
>
> Thanks,
> Paul
- Next message: Miki Peric: "inline"
- Previous message: Hendrik Schober: "Re: What is the diff between template<class T1, class T2> int X::func(X<T1,T2>& a); and"
- In reply to: Paul: "encoding"
- Next in thread: Igor Tandetnik: "Re: encoding"
- Reply: Igor Tandetnik: "Re: encoding"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|