sjis.omffsjis-version

function

Library: Shift JIS (OMFFSJIS)
Import : omffsjis.xmd

Returns: the version information for the library


Declaration
export external string function 
   omffsjis-version


Purpose

sjis.omffsjis-version returns the version and copyright information for the OMFFSJIS library.

Example

The following program outputs the version information for the OMFFSJIS library:

  import "omffsjis.xmd" prefixed by sjis.
  
  process
     output sjis.omffsjis-version || "%n"

Usage Note

To use sjis.omffsjis-version, you must import OMFFSJIS into your program using an import declaration such as:

  import "omffsjis.xmd" prefixed by sjis.

Other Library Functions