guides:programming:programmers_reference_manual:utf8_property_system

UTF8 property (System)

Specifies if the application is running in ANSI mode or UTF8 mode.

This property is a Boolean value. If the PS is running in UTF8 mode this property is set to TRUE$, otherwise it is set to FALSE$.

DevelopmentRuntimeIndexedScaledSynthetic
See RemarksGet/SetNoNoNo

This property can be set at design time by using the Application Settings dialog from within the IDE Settings menu.

For further information please see Appendix I – UTF8 Processing at the end of this document.

 
// Get the current UTF8 mode

   

   IsUTF8 = Get_Property( "SYSTEM", "UTF8" )

   

   // Turn on UTF8 mode

   

   Call Set_Property( "SYSTEM", "UTF8", TRUE$ )
 
 
 

DELIMCOUNT property, Appendix I - UTF8 processing

  • guides/programming/programmers_reference_manual/utf8_property_system.txt
  • Last modified: 2023/10/25 10:50
  • by 127.0.0.1