doc: update documentation

This commit is contained in:
2024-06-28 11:38:19 +08:00
parent 73ef8af56c
commit 91ba0c22d6
6 changed files with 136 additions and 18 deletions

View File

@ -0,0 +1,11 @@
/**
\page encoding_helper Encoding Helper
YYCC::EncodingHelper namespace include all encoding related functions:
\li The convertion between native string and UTF8 string which has been introduced in chapter \ref library_encoding.
\li Windows specific convertion between \c WCHAR, UTF8 string and string encoded by other encoding.
\li The convertion among UTF8, UTF16 and UTF32.
*/