swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
    Related Concepts  
pattern   utf8-char    

Syntax

  utf8-char


Purpose

You can use utf8-char as a pattern to match UTF-8 encoded characters in your input data.

The following program converts a UTF-8 encoded file to a long character encoding (2 bytes for every character):

  include utf8pat.xin

  process
      submit file #main-input

  find utf8-char => char
      output "2f0b" % utf8-char-number char

      Related Concepts
   Character set encoding
   Pattern matching
 
----

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

Generated: August 11, 2000 at 3:08:10 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.