Tanl::Text::Unicode::Utf8Normalizer Struct Reference
Converts.
More...
#include <Utf8Normalizer.h>
List of all members.
Public Member Functions |
size_t | normalize (char *dest, char const *source, int length) |
Detailed Description
Converts.
- Parameters:
-
| source | to Normalization Form D (NFD), then eliminates diacritics and converts to lower case. |
- See also:
- http://www.unicode.org/unicode/reports/tr15/
- Parameters:
-
| length | The length of the string to convert. Stores in |
| dest | the converted string. |
- Returns:
- the length of the converted string.
The documentation for this struct was generated from the following files: