Well, that won't work for widestrings. I would expect e.g. sprintf("%5x", "\u2018!\u2019") to yield " 2018 21 2019".
%x on strings
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum Tue, 17 Feb 2015 07:56:41 -0800
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum Tue, 17 Feb 2015 07:56:41 -0800
Well, that won't work for widestrings. I would expect e.g. sprintf("%5x", "\u2018!\u2019") to yield " 2018 21 2019".