Everything

 

-character_set


This option specifies the Japanese/Chinese character code.

[Specification format]

-character_set={none|sjis|euc_jp|utf8|big5|gbk}

 

-

Interpretation when omitted

In a Japanese OS, sjis is assumed as the parameter for this option. In other OS's, none is assumed.

[Detailed description]

-

This option specifies the character code to be used for Japanese/Chinese comments and character strings in the input file.

-

The parameters that can be specified are shown below.
An error will occur if any other item is specified.
Operation is not guaranteed if the specified character code differs from the character code of the input file.

none

Does not process the Japanese and Chinese character code

euc_jp

EUC (Japanese)

sjis

SJIS

utf8

UTF-8

big5

Traditional Chinese

gbk

Simplified Chinese

-

An error will occur if the parameter is omitted.

[Example of use]

-

To specify EUC as the character code to be used for Japanese comments and character strings in the input file, describe as:

>ccrl -character_set=euc_jp -cpu=S2 -dev=dr5f100pj.dvf main.c