ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
  • NoAccent and UNICODE
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Converts accented characters in a string to non-accented characters.
Example
NoAccent("élan")    // Returns "elan"
NoAccent("fiancée")   // Returns "fiancee"
NoAccent("")          // Returns ""
Syntax
<Result> = NoAccent(<Initial string>)
<Result>: Character string
Character string in which all the accented characters have been replaced with non-accented characters.
<Initial string>: Character string
Initial character string.
Remarks

NoAccent and UNICODE

If the string passed as a parameter is an ANSI string, the result will be an ANSI string.
If the string passed in parameter is in Unicode format, the result will be in Unicode format.
Remark: If the result of the NoAccent function used on an ANSI string is assigned to a Unicode string (and vice versa), ANSI/Unicode conversion will be implicitly performed.
For more details, see Unicode management.
Component: wd300vm.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/16/2024

Send a report | Local help