Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Perl, Gtk2 and locale — a bit of a mess (POSIX)

by Ralesk (Pilgrim)
on Jul 15, 2013 at 10:12 UTC ( [id://1044343]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl, Gtk2 and locale — a bit of a mess (POSIX)
in thread Perl, Gtk2 and locale — a bit of a mess

POSIX(3pm) says that the Perl equivalent of C’s setlocale(cat, NULL) is setlocale($cat) (i.e. one argument). I’m not explicitly setting the locale to the environment-given locale (setlocale($cat, "") or in C setlocale(cat, "")) until later in the code, so it should default to C locale.

Replies are listed 'Best First'.
Re^4: Perl, Gtk2 and locale — a bit of a mess (POSIX)
by Anonymous Monk on Jul 15, 2013 at 10:31 UTC

      I found this, after looking around on that horrible RT. Hmm.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1044343]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-19 14:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found