On Fri, 4 Dec 2009 17:35:26 -0600, FVWM wrote:

> Log message:
> Remove UTF8 encoding for swallowNew() so FvwmTabs can load.

> Despite Goode's best efforts originally, hard-coding a UTF8 string in
> swallowNew() completely breaks starting FvmmTabs using perl 5.10.  This
> isn't good.  Instead, just use the empty string here.

Another way to handle this is going "use utf8;" in your Perl-program, to
tell perl that you are using UTF-8 encoding in the sourcecode:

,----[ perldoc utf8 ]
| DESCRIPTION
|     The "use utf8" pragma tells the Perl parser to allow UTF-8 in the
|     program text in the current lexical scope
`----


  Best regards,

    Adam

-- 
 "Few things are less comforting than a tiger who's up        Adam Sjøgren
  too late."                                             [email protected]


Reply via email to