swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Other Library Functions  
function  

jis.reader

 
 

Library: JIS (OMFFJIS)
Import: omffjis.xmd
Return type: String source

Returns: A scannable input source for streaming data


Declaration

export external string source function reader
                  from value string source input-data


Purpose

Use reader to read a value string source, its argument, and return the text of that file converted from a JIS encoding to a UTF-8 encoding. That is, the provided source is in JIS, but the program sees UTF-8.

Usage Note

To use reader, you must import omffjis.xmd into your program using a statement like this:

  import "omffjis.xmd" prefixed by jis.

(Please see the import topic for more on importing.)

Example


  ; Submit the JIS-encoded file named by the first command-line
  ; argument to the program's find  rules, converting from JIS
  ; to UTF-8 prior to the  find  rules seeing the data:
  import "omffjis.xmd" prefixed by jis.
  process
     submit jis.reader from file #args [1]

      Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.