< Futurebasic < Language < Reference

Syntax

DEF SETSINGLEBYTE

Revised

July 26, 2000 (Release 3)

Description

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

DEF SETDOUBLEBYTE; USR GETDOUBLEBYTE, USR GETSINGLEBYTE

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.