K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-08-20T22:05:55.533584Z K 7 svn:log V 303 sh: Avoid negative character values from $'\Uffffffff' etc. The negative value was not expected and generated the low 8 bits as a byte, which may be an invalid character encoding. The final shift in creating the negative value was undefined as well. Make the temporary variable unsigned to fix this. END