RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.UTF8UpperCase Function

Returns the UTF-8 string converted to uppercase.

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

UTF8UpperCase converts all characters in the given UTF8String to uppercase. The conversion is not locale specific. 

 

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