summaryrefslogtreecommitdiff
path: root/src/fl_utf8.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-06-15 15:39:10 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-06-15 15:39:10 +0000
commit769b35770ab4a91e905797f12e51375eb790dec7 (patch)
treeb0a43d3756026f9cbb1b05fd61ebc30ea07276ee /src/fl_utf8.cxx
parent8d579383977137ef5c3d5de1c75e05dc6a8f0a52 (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
Diffstat (limited to 'src/fl_utf8.cxx')
-rw-r--r--src/fl_utf8.cxx6
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)
{