summaryrefslogtreecommitdiff
path: root/FL/fl_utf8.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2026-01-24 16:15:47 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2026-01-24 16:15:47 +0100
commitbd4ad3e4a0c8e3153d9d3b532d9c572f5aaad897 (patch)
tree96b18a5bc07c0ee93080676038aaf0d16f7705d9 /FL/fl_utf8.h
parent84b562313216842764dd5b3f9825b3f232c45970 (diff)
Let Fl_Text_Editor and Fl_Input handle gracefully composed unicode characters.
Diffstat (limited to 'FL/fl_utf8.h')
-rw-r--r--FL/fl_utf8.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h
index 9bf562f3f..c55db12e9 100644
--- a/FL/fl_utf8.h
+++ b/FL/fl_utf8.h
@@ -1,7 +1,7 @@
/*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2010 by O'ksi'D.
- * Copyright 2016-2021 by Bill Spitzak and others.
+ * Copyright 2016-2026 by Bill Spitzak and others.
*
* This library is free software. Distribution and use rights are outlined in
* the file "COPYING" which should have been included with this file. If this
@@ -205,6 +205,9 @@ FL_EXPORT void fl_make_path_for_file( const char *path );
/* OD: recursively create a path in the file system */
FL_EXPORT char fl_make_path( const char *path );
+FL_EXPORT const char *fl_utf8_next_composed_char(const char *from, const char *end);
+
+FL_EXPORT const char *fl_utf8_previous_composed_char(const char *from, const char *begin);
/** @} */