Bug 68949 - set correct output charset
Summary: set correct output charset
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: redhat-config-services
Version: limbo
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact:
URL:
Whiteboard:
Depends On: 65866
Blocks: 67217
TreeView+ depends on / blocked
 
Reported: 2002-07-16 12:48 UTC by Harald Hoyer
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-07-22 14:58:36 UTC
Embargoed:


Attachments (Terms of Use)

Description Harald Hoyer 2002-07-16 12:48:36 UTC
** (serviceconf.py:28456): WARNING **: Invalid UTF8 string passed to  
pango_layout_set_text()  
 
see Chapter 2 of 
http://intranet.corp.redhat.com/ic/intranet/PyGtk2Migration.html 
and bug #65866 
  
gettext.bindtextdomain(PROGNAME, "/usr/share/locale") 
gettext.textdomain(PROGNAME) 
try: 
    gettext.install(PROGNAME, "/usr/share/locale", 1) 
except IOError: 
    import __builtin__ 
    __builtin__.__dict__['_'] = unicode 
 
gtk.glade.bindtextdomain(PROGNAME, "/usr/share/locale")

Comment 1 Daniel Walsh 2002-07-22 14:58:31 UTC
Fixed in 7/18 build.  Adopted the suggested changes.

Comment 2 Jay Turner 2002-07-29 17:08:04 UTC
Fix confirmed with redhat-config-services-0.8.1-4.


Note You need to log in before you can comment on or make changes to this bug.