ldlangua.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 34 行

GML
34
字号
.*
.*
.dirctv LANGUAGE
.*
.np
The "LANGUAGE" directive is used to specify the language in which
strings in the &lnkname directives are specified.
The format of the "LANGUAGE" directive (short form "LANG") is as
follows.
.mbigbox
    LANGUAGE lang

    lang ::= JAPANESE | CHINESE | KOREAN
.embigbox
.begpoint $break
.point JAPANESE
.ix 'LANGUAGE options' 'JAPANESE'
.ix 'DBCS' 'Japanese'
(short form "JA") specifies that strings are to be handled as if they
contained characters from the Japanese Double-Byte Character Set
(DBCS).
.point CHINESE
.ix 'LANGUAGE options' 'CHINESE'
.ix 'DBCS' 'Chinese'
(short form "CH") specifies that strings are to be handled as if they
contained characters from the Chinese Double-Byte Character Set
(DBCS).
.point KOREAN
.ix 'LANGUAGE options' 'KOREAN'
.ix 'DBCS' 'Korean'
(short form "KO") specifies that strings are to be handled as if they
contained characters from the Korean Double-Byte Character Set (DBCS).
.endpoint

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?