It might be not a perfect explanation, but Normalize (in U++ vocabulary ) in most cases means Clean or Trim or remove what's not needed. e.g. \home\\\\\\\test.txt => \home\test.text
or e.g remove "excessive_______spaces" =>"excessive_spaces"
captainc wrote on Wed, 25 July 2007 20:21
String AsCString(const char*s, ...)
I guess that one has C language standard '\0' added at the end and can be used accordingly.