IsUTF8 function

Returns whether or not the string data is interpreted as UTF-8 or ANSI characters.

bUTF8 = IsUTF8()

This is the programmatic equivalent as reading the status of the UTF8 Character Mode checkbox in the System Editor, Form Designer, or Application Properties.

declare function IsUTF8

if IsUTF8()= 1 then

   call msg(@window, "Characters are interpreted as UTF-8.")

end else

   call msg(@window, "Characters are interpreted as ANSI..")

end
 
 
  • guides/programming/programmers_reference_manual/isutf8.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1