From bd4ad3e4a0c8e3153d9d3b532d9c572f5aaad897 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 24 Jan 2026 16:15:47 +0100 Subject: Let Fl_Text_Editor and Fl_Input handle gracefully composed unicode characters. --- FL/fl_utf8.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'FL') 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); /** @} */ -- cgit v1.2.3