Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code> // Get the current UTF8 mode IsUTF8 = Get_Property( "SYSTEM", "UTF8" ) // Turn on UTF8 mode Call Set_Property( "SYSTEM", "UTF8", TRUE$ ) </code> ==== See Also ==== DELIMCOUNT property, Appendix I - UTF8 processing guides/oi10/presentation_server/utf8_property_system.txt Last modified: 2023/10/25 10:49by 127.0.0.1