diff options
| -rw-r--r-- | src/fl_utf8.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index dcbdecb0a..1644fb400 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -362,9 +362,9 @@ int fl_latin12utf(const unsigned char *str, int len, char *buf) character, for instance 'a' (base character) + '¨' (combining mark) = 'ä' (German Umlaut). - http://unicode.org/glossary/#base_character - http://unicode.org/glossary/#nonspacing_mark - http://unicode.org/glossary/#combining_character + - http://unicode.org/glossary/#base_character + - http://unicode.org/glossary/#nonspacing_mark + - http://unicode.org/glossary/#combining_character */ unsigned int fl_nonspacing(unsigned int ucs) { |
