Need help with multibyte UTF-8 characters

Thomas Wolff towo@towo.net
Wed Dec 13 03:06:00 GMT 2017


Am 12.12.2017 um 00:36 schrieb Thomas Taylor:
> ... This file attempts to convert XML-encoded filenames to UTF-8.  ...
How about a generic script, like:
sed -e 's,%,\\x,g' -e "s,^,echo $'," -e "s,$,'," | sh

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list