diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2011-12-20 09:55:35 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2011-12-20 09:55:35 +0000 |
commit | e6c226561a79583dae9511aff950f47512ad19d2 (patch) | |
tree | e1c54d4fab48d32bc324e846f1abf7398a16fd19 /docs/manual.qbk | |
parent | a0769dfe380ad7e4bb3c47dc6b32099e3a4918be (diff) |
docs: Mentioned encoding_latin1 in encoding list
git-svn-id: http://pugixml.googlecode.com/svn/trunk@830 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/manual.qbk')
-rw-r--r-- | docs/manual.qbk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk index 8599059..1c78b1a 100644 --- a/docs/manual.qbk +++ b/docs/manual.qbk @@ -722,6 +722,7 @@ pugixml supports all popular Unicode encodings (UTF-8, UTF-16 (big and little en * [anchor encoding_utf32_be] corresponds to big-endian UTF-32 encoding as defined in the Unicode standard. * [anchor encoding_utf32] corresponds to UTF-32 encoding as defined in the Unicode standard; the endianness is assumed to be that of the target platform. * [anchor encoding_wchar] corresponds to the encoding of `wchar_t` type; it has the same meaning as either `encoding_utf16` or `encoding_utf32`, depending on `wchar_t` size. +* [anchor encoding_latin1] corresponds to ISO-8859-1 encoding (also known as Latin-1). The algorithm used for `encoding_auto` correctly detects any supported Unicode encoding for all well-formed XML documents (since they start with document declaration) and for all other XML documents that start with [^<]; if your XML document does not start with [^<] and has encoding that is different from UTF-8, use the specific encoding. @@ -1916,6 +1917,7 @@ Enumerations: * [link encoding_utf32_be] * [link encoding_utf32] * [link encoding_wchar] + * [link encoding_latin1] [lbr] * `enum `[link xpath_value_type] |