function
| 
                
Library: UTF-8 (OMUTF8)
 Import : omutf8.xmd  | 
              
 Returns: The version information for the library  | 
            
export string function utf8.omutf8-version
 utf8.omutf8-version returns the version and copyright information for the OMUTF8 library.
      
 The following program outputs the version information for the OMUTF8 library:
        
import "omutf8.xmd" prefixed by utf8. process output utf8.omutf8-version || "%n"
 To use utf8.omutf8-version, you must import OMUTF8 into your program
      using an import declaration such as:
        
import "omutf8.xmd" prefixed by utf8.