in reply to Re^6: Chinese font problem in Perl/Tk
in thread Chinese fonts problem in Perl/Tk

Please check those are double quites and not single quotes. BTW did that program created 'text' widget? And it filled it with \uBLABAL stuff?

Also which version of Tcl/tk are you running (those with 'wish' executable)

Okay, now I'll download Activestate's latest perl for Linux, so will see what your program will look like...

Best regards,
Courage, the Cowardly Dog

Replies are listed 'Best First'.
Re^8: Chinese font problem in Perl/Tk
by shockers (Acolyte) on Jan 07, 2005 at 21:06 UTC
    I've not done tcl/tk at all. They were double-quotes and not single-quotes (just did a copy/paste). I didn't see any widgets. How would I see what version (if any) of Tcl/tk I have? Any demos (like perl's widget) bundled with Tcl/tk to try out?
      'wish' is part of Tcl/Tk, you probably have it installed.

      IMHO Perl+Tcl/Tk (via Tcl::Tk) far better than Perl+Tk

      Best regards,
      Courage, the Cowardly Dog