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 ====== ==== Applies To ==== SYSTEM. ==== Description ==== Setting the SYSTEM UTF8 property will ensure that UTF8 processing is enforced within an application. ==== Usage ==== currentUTF8 = **Get_Property**("**SYSTEM**", "UTF8") //previousUTF8// = **Set_Property**("**SYSTEM**", "UTF8", //boolean// ) ==== See Also ==== [[setutf8|SetUTF8 subroutine]], [[isutf8|IsUTF8 function]] ==== Example ==== <code> equ 1 to true$ Set_Property ("SYSTEM", "UTF8", true$) </code> guides/programming/programmers_reference_manual/utf8.txt Last modified: 2024/06/19 20:20by 127.0.0.1