ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Checks the validity of a UTF-8 string or buffer.
Example
// Check if a UTF-8 string is valid
IF UTF8Valid(sUTF8) THEN
	// Yes => Convert to UNICODE
	sUNICODE is Unicode string = UTF8ToString(sUTF8)
	...
END
Syntax
<Result> = UTF8Valid(<String to check>)
<Result>: Boolean
  • True if the UTF-8 string is valid,
  • False otherwise.
<String to check>: Character string or Buffer
ANSI string or buffer containing UTF-8 data.
Component: wd300vm.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/02/2024

Send a report | Local help