Futurebasic/Language/Reference/def setsinglebyte

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Syntax[edit | edit source]

DEF SETSINGLEBYTE

Revised[edit | edit source]

July 26, 2000 (Release 3)

Description[edit | edit source]

FB provides the tools for you to handle double-byte characters for use with applications that support Chinese, Japanese, Vietnamese, and Korean scripts. FB provides three ways of handling scripts. The choices are available in the Preferences window under the Vars tab. Only one selection ("Automate handlers for 1 & 2 byte strings") will allow the use of this statement. Because automated handlers are in effect at all times, you may wish to have your program temporarily ignore them by using DEF SETSINGLEBYTE and reinstate them later with DEF SETDOUBLEBYTE.

See Also[edit | edit source]

DEF SETDOUBLEBYTE; USR GETDOUBLEBYTE, USR GETSINGLEBYTE