====== UTF8 property (System) ====== ==== Description ==== Specifies if the application is running in ANSI mode or UTF8 mode. ==== Property Value ==== 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$. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |See Remarks|Get/Set|No|No|No| ==== Remarks ==== 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. ==== Example ==== // Get the current UTF8 mode IsUTF8 = Get_Property( "SYSTEM", "UTF8" ) // Turn on UTF8 mode Call Set_Property( "SYSTEM", "UTF8", TRUE$ ) ==== See Also ==== DELIMCOUNT property, Appendix I - UTF8 processing