diff options
Diffstat (limited to 'sys/src/cmd/postscript/common/rune.h')
| -rw-r--r-- | sys/src/cmd/postscript/common/rune.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/cmd/postscript/common/rune.h b/sys/src/cmd/postscript/common/rune.h index 9c1fd4fd0..84301a8ea 100644 --- a/sys/src/cmd/postscript/common/rune.h +++ b/sys/src/cmd/postscript/common/rune.h @@ -14,6 +14,7 @@ enum UTFmax = 3, /* maximum bytes per rune */ Runesync = 0x80, /* cannot represent part of a utf sequence (<) */ Runeself = 0x80, /* rune and utf sequences are the same (<) */ - Runeerror = 0xFFFD, /* decoding error in utf */ + Runeerror = 0xFFFD, /* decoding error in utf */ + Runemax = 0xFFFF, /* 16 bit rune */ }; #endif |
