Table of Contents

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 subroutine, IsUTF8 function

Example

equ 1 to true$

Set_Property ("SYSTEM", "UTF8", true$)