* update some documentation

This commit is contained in:
djcb
2012-06-26 22:47:25 +03:00
parent e5448adbb8
commit b16aab5b3d
3 changed files with 52 additions and 30 deletions

View File

@ -90,6 +90,8 @@ mu_str_normalize_in_place_generic (char *str, gboolean downcase, GStringChunk *s
* longer than the original. even for replacements that are 2 chars
* wide (e.g. German ß => ss), the replacement is 2 bytes, like the
* original 0xc3 0x9f
*
* note-to-self: http://www.geertvanderploeg.com/unicode-gen/
*/
char*
mu_str_normalize_in_place_try (char *str, gboolean downcase, GStringChunk *strchunk)