> Also I guess the decoding is secure. Means we could change the > comment of this function: > (defun org-protocol-unhex-compound (hex) > "Unhexify unicode hex-chars. E.g. `%C3%B6' is the German Umlaut `รถ'. > Note: this function falls back on single byte decoding if a > character sequence is not valid utf-8. > See `org-protocol-unhex-single-byte-sequence'." > Should I send another patch against master? (Too late here... for > me...) Not necessary, following patch removed this sentence and added a proper commit message (please see: Commit messages and ChangeLog entries on http://orgmode.org/worg/org-contribute.php). I took the new patch "under review" in patchtracker -- If someone else wants to jump on it, just go ahead. Best, -- David Sebastian Rose (1): Decode single byte sequence if decoding unicode failed. lisp/org-protocol.el | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-)