Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Anyone else seen this?

When I distribute a Tk app built using pp (ActiveState v5.8.6 - Tk::VERSION 804.027) to a PC which doesn't have Perl installed, the app shows only Chinese characters.

Anyone have any idea how to fix this?

Thanks

Replies are listed 'Best First'.
Re: Tk appearing in Chinese font
by socketdave (Curate) on Jul 18, 2005 at 13:27 UTC
    Have a look at this...

    http://perl.org.il/pipermail/perl/2004-November/006320.html

      Dave - I found that suggestion using Google but the fix didn't work for me...

      Any ideas?

        I have a suspicion the post we both found is on the right track... It feels like maybe the encoding is being set by perl, and when perl isn't available the error that is returned is being interpreted as Chinese. I wonder if there is a way to specify a specific encoding for Tk...