[gs-cvs] rev 7555 - trunk/gs/doc
leonardo at ghostscript.com
leonardo at ghostscript.com
Wed Jan 3 00:33:49 PST 2007
Author: leonardo
Date: 2007-01-03 00:33:48 -0800 (Wed, 03 Jan 2007)
New Revision: 7555
Modified:
trunk/gs/doc/pscet_status.txt
Log:
pscet_status.txt : Updating status for 21-11-2.
Modified: trunk/gs/doc/pscet_status.txt
===================================================================
--- trunk/gs/doc/pscet_status.txt 2007-01-02 22:03:43 UTC (rev 7554)
+++ trunk/gs/doc/pscet_status.txt 2007-01-03 08:33:48 UTC (rev 7555)
@@ -3967,9 +3967,25 @@
21-11-1 OK
-21-11-2 DIFF Space in GS between 'b' and 'c' in string 'abcdef103' - ADC
- Assign: Igor.
-
+21-11-2 DIFF A bigger space between characters "b" and "c" in the 5th line.
+ Analyzed by Igor.
+ 'token' inconformity about the character code 0x04.
+ .
+ A simplified test case is placed to
+ peeves:/home/igor/pscet/mytests/21-11-2-Igor01.PS .
+ Use diff 21-11.ps to know how it was moditied.
+ .
+ While executing (a\\001b\\004c\\010d\\033e\\177f\\210g)token
+ CPSI considers (a\\001b\\004c\\010d\\033e\\177f) as a name.
+ Ghostscript breaks it because
+ the character 0x04 is self delimiting.
+ A possible resolution is to consider
+ 0x04 to be self-delimiting for non-string data sources only.
+ However it requires to patch the static scanner table
+ scan_char_array - I don't like that.
+ Passing to Peter who handles interpreter issues.
+ assign: Peter.
+
21-11-3 DIFF GS says '{ /A /add }', CPSI says '{ 567 --add-- }' - ADC
21-11-4 OK
More information about the gs-cvs
mailing list