Re: listbox underlining



its not a perl5.8 vs perl5.6.1 issue, its the upgrade of perl/TK.
While moving from Tk800_24 to Tk800_027 I saw the followings pros and
cons:
+ got rid of a memory leak with Tk::callback (OK, I alreday worked
around it)
+ added support for wheel mouse
- lots of unicode problems, especially while interacting with DBI
(which does not
do unicode yet) and some regex, mostly solved by placing some forced
convertions
to iso-8859-1 at strategic places
- only ASCII in titlebar of window (not solved yet)
- Crashes in Tk::Text which large amounts of text, solved by patching
(seems to
be related to unicode to)
- crashes while starting GTK apps (solved by patching)

So while it running stable now (with patches) it was definitly no easy
way.

Petr Vileta wrote:

What is the proportion of benefits and faults when I upgrade to Tk804 and
Perl 5.8? I'm reading Czech newsgroup about Perl and I see many messages
like "My old script generate error after upgrade to Perl 5.8, but in Perl
5.6.1 work well" . Maybe if programmer use English language only all is OK,
but what is the experience other language programmers?
--

Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your mail
from another non-spammer site please.)

.



Relevant Pages

  • Re: Perl vs. .Net regular expressions
    ... > are updating our site to be Unicode compliant. ... > never perfmance tested it against Perl. ... regexes to be a pain-in-the-ass to deal with for other reasons. ... reinstall) *before* you upgrade to reduce the downtime. ...
    (comp.lang.perl.misc)
  • Re: listbox underlining
    ... I'm reading Czech newsgroup about Perl and I see many messages like "My old script generate error after upgrade to Perl 5.8, ... Maybe if programmer use English language only all is OK, but what is the experience other language programmers? ...
    (comp.lang.perl.tk)
  • Re: Perl opting for double-byte chars?
    ... sure Unicode has something to do with your problem, ... Without knowing the version of Perl you're using and the platform ... The UTF-8 encoding uses variable-length character ... perldoc Encode ...
    (comp.lang.perl.misc)
  • Re: ways to check for octets outside of the safe ASCII range?
    ... Space is an ordinary single-width character like any other, ... an app that wanted to know whether it was safe to assume 1 ... Unicode implementation. ... If these people are not aware that Perl scalars don't necessarily ...
    (comp.lang.perl.misc)
  • Re: Can gcc 4.0 be used to build DBI modules if perl is bulit with gcc 3.3?
    ... We have loaded Tiger onto several machines here. ... My production machine still uses 10.39 and I am afraid to upgrade ... because of the problems we are seeing trying to install the DBI and DBD ... had DBI and DBD installed in perl on the 10.39 MacOSX. ...
    (perl.dbi.users)