Standard widestring manager callback.
Source position: ustringh.inc line 58
procedure DefaultAnsi2UnicodeMove( |
source: PAnsiChar; |
cp: TSystemCodePage; |
var dest: unicodestring; |
len: SizeInt |
); |
DefaultAnsi2UnicodeMove is the standard callback used for the widestring manager when an ansistring must be converted to a unicodestring. It simply copies over all characters from the ansistring to the unicodestring, no conversion whatsoever is performed.