David Maus <dm...@ictsoc.de> writes: >> sh$ man utf-8 > > Thanks! I finally get a grip on one of my personal nightmares.
It's not that bad, is it? :D > The > attached patch is the first step in this direction: It modifies the > algorithm of `org-link-escape', now iterating over the input string > with `mapconcat' and escaping all characters in the escape table or > are between 127 and 255. Between 128 (1000 0000) and 255 ?? The binary representation of 127 is 0111 1111 and valid ascii char. DEL actually (sh$ man ascii) ;) Sebastian _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode