# New Ticket Created by  Chip Salzenberg 
# Please include the string:  [perl #40865]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40865 >


The C standard says that the isxxx() and toxxx() functions are only defined
if their input falls in the domain of unsigned char, or the special case of
-1 ("EOF").  Therefore, all input values to these functions should be cast
(directly or indirectly) to type unsigned char.

This is a good cage cleaner task, and should be repeated periodically.
-- 
Chip Salzenberg <[EMAIL PROTECTED]>

Reply via email to