diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_utf8.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx index db6803588..dcbdecb0a 100644 --- a/src/fl_utf8.cxx +++ b/src/fl_utf8.cxx @@ -358,8 +358,8 @@ int fl_latin12utf(const unsigned char *str, int len, char *buf) returns true if the character is non-spacing. Non-spacing characters in Unicode are typically combining marks like - tilde (~), diaresis (¨), or other marks that are added to a base - character, for instance 'a' (base character) + '¨' (combining mark) = 'ä' + tilde (~), diaeresis (¨), or other marks that are added to a base + character, for instance 'a' (base character) + '¨' (combining mark) = 'ä' (German Umlaut). http://unicode.org/glossary/#base_character |
