Top
NetCOBOL V11.0.0 Release Notes
FUJITSU Software

4.4.2 Specifications

The following specifications are different with the Japanese version.

Currency symbol

In this compiler, currency sign of OS is used as Currency Symbol character.

If character other than the currency sign of OS is used, the method of specifying may differ based on the character intended to use.

Note

  • Characters consisting of multiple bytes cannot be used as currency symbol character. For possible characters that can be used as currency symbol, please refer "CURRENCY SIGN clause" of COBOL Language Reference.

  • If currency sign of OS cannot be used as currency symbol, in that case \ (X'5C') will be taken as currency symbol.

  • If data is passed between compilation units with different currency symbols, results might not be as expected. Specify the compilation option CURRENCY or CURRENCY SIGN clause to use the same currency symbol.

Handling of National item spaces

In this compiler, National item space (Trailing Blank and Figurative Constant SPACE) of Unicode encoding is handled as alphabetic spaces (U+0020).

Specify compilation option NSP, if national spaces are to be changed.

See

Refer to "NSP(Handling of spaces related to national item)" of "NetCOBOL User's Guide" for details.

Note

If data is passed between compilation units with different National item spaces, results might not be as expected. Specify the compilation option NSP, and use the same national item space.

Printing font

If you use a print file without a FORMAT clause, a default font name according to the setting of the display language of the execution environment of the Windows system will be used.

When the display language is Japanese, the default font name is "MS Mincho, MS Gothic" and with any other language, the default font name is "Courier New".

In this scenario, the printing font value can be changed by the environment variables.

See

Refer to " Printing" of "NetCOBOL User's Guide" for details.