Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0401/1

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


postscript: update Runeerror
 [rsc] --rw-rw-r-- M 177229 glenda sys 376 Apr  1 14:04 sys/src/cmd/postscript/common/rune.h
	/n/sourcesdump/2006/0401/plan9/sys/src/cmd/postscript/common/rune.h:14,19 - 
	/n/sourcesdump/2006/0402/plan9/sys/src/cmd/postscript/common/rune.h:14,19
	  	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	= 0x80,		/* decoding error in utf */
	+ 	Runeerror	= 0xFFFD,		/* decoding error in utf */
	  };
	  #endif


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.