utf8.h: remove wrong, no-longer used #define
authorKarl Williamson <public@khwilliamson.com>
Mon, 10 Jan 2011 01:36:10 +0000 (18:36 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 10 Jan 2011 02:29:03 +0000 (19:29 -0700)
commit684f3160b835198ccd5c275c05ba2e0976054561
tree2e5696de95890ffc7e2034034178a5b2231ea875
parent0e67c69ffa3f5162e422bb6bb1a30e1aef84709b
utf8.h: remove wrong, no-longer used #define

UNICODE_ILLEGAL only referred to one of 66 code points in the same class.  And
they aren't illegal except in certain circumstances.  New #defines have taken
over the use this formerly had, so it is now meaningless.
utf8.h