From a52811567ebcd8c9ad96aded3c7581b9cfd78caa Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 5 Mar 2023 11:54:55 +0100 Subject: Wayland: improve DnD of filenames to allow space-containing names --- documentation/src/events.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src/events.dox') diff --git a/documentation/src/events.dox b/documentation/src/events.dox index 7657ce933..26a3cda83 100644 --- a/documentation/src/events.dox +++ b/documentation/src/events.dox @@ -271,7 +271,7 @@ application on the desktop to an FLTK widget. Text is transferred using UTF-8 encoding. Files are received as a list of full path and file names, separated by newline. -On some X11 platforms, files are received as a URL-encoded UTF-8 string, +On some X11 platforms and with Wayland, files are received as a URL-encoded UTF-8 string, that is, non-ASCII bytes (and a few others such as space and %) are replaced by the 3 bytes "%XY" where XY are the byte's hexadecimal value. The \ref fl_decode_uri() function can be used to transform in-place -- cgit v1.2.3