From b179b3a423007409b4c01ebe096f60405f5e6098 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 12 Dec 2013 10:39:22 +0000 Subject: omegaware: All four WEB programs can now handle char codes up to 0x10ffff git-svn-id: svn://tug.org/texlive/trunk@32388 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/omegaware/ovp2ovf.up | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/source/texk/web2c/omegaware/ovp2ovf.up') diff --git a/Build/source/texk/web2c/omegaware/ovp2ovf.up b/Build/source/texk/web2c/omegaware/ovp2ovf.up index 6a6165a5528..5726dbb737b 100644 --- a/Build/source/texk/web2c/omegaware/ovp2ovf.up +++ b/Build/source/texk/web2c/omegaware/ovp2ovf.up @@ -19,24 +19,24 @@ @p function get_byte:byte; {scans a one-byte property value} @y -@d max_byte=@"FFFFFF +@d max_byte=@"10FFFF @p function get_byte:integer; {scans a one-byte property value} @z @x [62] skip_error('This value shouldn''t exceed 65535'); @y - skip_error('This value shouldn''t exceed 16777215'); + skip_error('This value shouldn''t exceed 1114111'); @z @x [63] skip_error('This value shouldn''t exceed ''177777'); @y - skip_error('This value shouldn''t exceed ''77777777'); + skip_error('This value shouldn''t exceed ''4177777'); @z @x [64] skip_error('This value shouldn''t exceed "FFFF'); @y - skip_error('This value shouldn''t exceed "FFFFFF'); + skip_error('This value shouldn''t exceed "10FFFF'); @z @x [152] -- cgit v1.2.3