-RM-196-MR-string_utils::toString writes unsigned chars as single char
Using string_utils::toString< unsigned char >( '4' ) causes it to output the 4th ASCII char. We want "4" to be the output.
(from redmine: created on 2012-07-20, closed on 2012-07-20)