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

utf8-char

 
 

Library: UTF-8 text processing (UTF8PAT legacy)
Include: utf8pat.xin

Declaration

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

For other related constants and keywords, see the UTF-8 text processing legacy library.

      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.