Try OpenEdge Now
skip to main content
Internationalizing Applications
Understanding Character Processing Tables : Word-break tables : Compiling word-break tables
 

Compiling word-break tables

After you create or modify a word-break table, you must compile it using the PROUTIL utility with the WBREAK-COMPILER qualifier.

Syntax

proutil -C wbreak-compiler src-filerule-num
src-file
The name of the word-break table file to be compiled.
rule-num
A number between 1 and 255 inclusive that identifies this word-break table within your OpenEdge installation.
The PROUTIL utility names the compiled version of the word-break table proword.rule-num. For example, if rule-num is 34, PROUTIL names the compiled version proword.34.
For the complete syntax of the PROUTIL utility, see OpenEdge Data Management: Database Administration.