diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-06-15 15:39:10 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-06-15 15:39:10 +0000 |
| commit | 769b35770ab4a91e905797f12e51375eb790dec7 (patch) | |
| tree | b0a43d3756026f9cbb1b05fd61ebc30ea07276ee | |
| parent | 8d579383977137ef5c3d5de1c75e05dc6a8f0a52 (diff) | |
Fix documentation. Make links an enumeration so they are displayed correctly.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10758 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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) { |
