[BUG][FIX] Extended character entity handling in HTML code

Mike Rutenberg mdr at scn.org
Tue Feb 27 07:28:05 UTC 2001


HTML allows you to insert specific character value by number, for
example   is a space.  We can display values in range [9,255]
(similar to HTML 3.2)

This fix ensures that out of range refereneces, e.g. “ are
replaced with suitable substitutes or with a space character, and do not
cause a walkback

This works with 3.0 and with 3.1.

Mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HTMLspecialEntity-mdr.1.cs.gz
Type: application/octet-stream
Size: 853 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010227/8abfb15b/HTMLspecialEntity-mdr.1.cs.obj


More information about the Squeak-dev mailing list