[Bug translator/12581] New: Remote-execution widget should be aware of LC_* variables
lberk at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Mar 14 13:16:00 GMT 2011
http://sourceware.org/bugzilla/show_bug.cgi?id=12581
Summary: Remote-execution widget should be aware of LC_*
variables
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
AssignedTo: systemtap@sourceware.org
ReportedBy: lberk@redhat.com
Blocks: 3823
Similar to PR12580, in effort to internationalize systemtap any remote
execution clients should be aware of the I18N variables: setlocale,
bindtextdomain, textdomain.
As a point of reference, LC values are set in main via the following lines:
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
where PACKAGE and LOCALEDIR are defined in config.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list