ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Converts a UTF-8 string to Unicode.
Example
sString is string = "Antananarivo"
// Convert into Unicode string
sUnicodeString is UNICODE string = UTF8ToUnicode(sString)
Syntax
<Result> = UTF8ToUnicode(<UTF-8 string to convert>)
<Result>: Character string
  • Unicode string
  • EOT if a conversion problem occurred.
<UTF-8 string to convert>: Character string
String to convert. This character string is not modified.
Component: wd290vm.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help