Bug#362002: perl-tk: undocumented tainting of variables with UTF8

2006-06-08 Thread Colin Tuckley
I asked about this on the Perl-TK mailing list (which is linked to c.l.p.tk) where I got the following response from zentra. (see <[EMAIL PROTECTED]>) I ran into a similar problem, where I couldn't find files that had extended-ascii characters in the filenames. See http://perlmonks.org?node_id=

Bug#362002: perl-tk: undocumented tainting of variables with UTF8

2006-04-11 Thread christian mock
Package: perl-tk Version: 1:804.027-4 Severity: normal Tk::Entry fields (at least) change strings that are bound to them to UTF8 strings (even if there's only 7bit characters in the strings). That means that anything that is concatenated with such strings becomes UTF8 automatically. Now, if thos