Searched hist:221602 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/tools/regression/bin/sh/expansion/
H A Dlength7.0221602 Sat May 07 12:42:03 MDT 2011 jilles 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).
H A Dlength8.0221602 Sat May 07 12:42:03 MDT 2011 jilles 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).
/freebsd-9.3-release/bin/sh/
H A Dexpand.cdiff 221602 Sat May 07 12:42:03 MDT 2011 jilles 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).

Completed in 60 milliseconds