It looks like Rich Text Format.
\rtf means the file is an rtf
\ansi means the format is 8-bit characters
\ansicpg936 means it uses ANSI code page 936, which is Simplified Chinese
\deflang1033 means the default language is 1033 (English, U.S.)
\deflangfe2052 defines a far east/asian language (2052 = Chinese China)
{\fonttbl is a font table (a font definition list)
\f0 is a font name
\fprq2 defines the pitch property of the font (2=variable)
\fnil says it is unknown or a default font
\fcharset134 says it is GB2312 (which I think is one of the Chinese standards)
This is the content of a rich text file. Rich text format is defined in the MSDN under the
heading in the index
Rich Text Format (RTF) Specification
joe
On 23 Aug 2002 02:21:26 -0700, he_sh...@sina.com (whidy) wrote:
>what does it mean?
Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www3.pgh.net/~newcomer
MVP Tips: http://www3.pgh.net/~newcomer/mvp_tips.htm