K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-05-08T17:40:10.472284Z K 7 svn:log V 399 sh: Add \u/\U support (in $'...') for UTF-8. Because we have no iconv in base, support for other charsets is not possible. Note that \u/\U are processed using the locale that was active when the shell started. This is necessary to avoid behaviour that depends on the parse/execute split (for example when placing braces around an entire script). Therefore, UTF-8 encoding is implemented manually. END