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

sjis.reader

 
 

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

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 Shift-JIS encoding to a UTF-8 encoding. That is, the provided source is in Shift-JIS, but the program sees UTF-8.

Usage Note

To use omffsjis, you must import it into your program using a statement like this:

    import "omffsjis.xmd" prefixed by sjis.

Example


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

        Other Library Functions
   sjis.reader
   sjis.writer
 
 

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

OmniMark 8.2.0 Documentation Generated: March 13, 2008 at 3:27:39 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2008.