K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-05-07T14:32:16.587130Z K 7 svn:log V 146 sh: Add UTF-8 support to ${#var}. If the current locale uses UTF-8, ${#var} counts codepoints (more precisely, bytes b with (b & 0xc0) != 0x80). END