RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.UTF8LowerCase Function

Returns the UTF-8 string converted to lower case.

Pascal
function UTF8LowerCase(const S: UTF8string): UTF8string;
C++
UTF8string UTF8LowerCase(const UTF8string S);

UTF8LowerCase converts all characters in the given UTF8String to lower case. The conversion is not locale specific. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!