in reply to Re: Tk causes problems with file paths containing non-Latin-1 chars
in thread Tk causes problems with file paths containing non-Latin-1 chars

Thanks for the suggestion, but I'm constrained to whatever ActiveState supports as my users are mostly non-technical windows weenies who need exe files they can double-click to launch an app. So I use AS's perl app builder and generate binaries for Linux, win32, and OS-X which works fine except for the extended char in path problem, now fixed for all but win32, which is 95% of my users!! grrr...
  • Comment on Re^2: Tk causes problems with file paths containing non-Latin-1 chars

Replies are listed 'Best First'.
Re^3: Tk causes problems with file paths containing non-Latin-1 chars
by vkon (Curate) on May 04, 2011 at 06:19 UTC
    Tcl::Tk is pure-perl, 4 pm files, no dependencies other than Tcl CPAN module, so it should be no problem in packaging it,
    so using even easier than Tkx, because you will have perl/Tk syntax for your programs.