utf8.omutf8-version

function

Library: UTF-8 (OMUTF8)
Import : omutf8.xmd

Returns: the version information for the library


Declaration
export string function utf8.omutf8-version


Purpose

utf8.omutf8-version returns the version and copyright information for the OMUTF8 library.

Example

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

  import "omutf8.xmd" prefixed by utf8.
  
  process
     output utf8.omutf8-version || "%n"

Usage Note

To use utf8.omutf8-version, you must import OMUTF8 into your program using an import declaration such as:

  import "omutf8.xmd" prefixed by utf8.