On Aug 8, 2010, at 2:31 PM, Father Chrysostomos wrote: > The first patch changes warn.t to use test.pl, so I can use fresh_perl_like. > > The second patch fixes warn to work with utf8 scalars and :utf8 handles. Since do_print already takes care of utf8, I’ve changed write_to_stderr to call it. That makes ‘warn chr 300’ produce a ‘Wide character in print’ warning on a byte-sized handle, which is a good thing, except that it should say ‘warn’. Patch attached.Thread Previous | Thread Next