WS_CHARSET enumeration

Identifies the character set of a document.

Syntax


enum WS_CHARSET {  WS_CHARSET_AUTO     = 0, 
  WS_CHARSET_UTF8, 
  WS_CHARSET_UTF16LE, 
  WS_CHARSET_UTF16BE 

};

Constants

WS_CHARSET_AUTO

Specifies that the charset of a document should be determined automatically by inspecting the BOM (Byte Order Marks) of the document and the xml declaration if present.

WS_CHARSET_UTF8

Specifies that the charset of a document is UTF-8.

WS_CHARSET_UTF16LE

Specifies that the charset of a document is UTF-16LE.

WS_CHARSET_UTF16BE

Specifies that the charset of a document is UTF-16BE.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Community Additions

ADD
Show: