Bug 113202

Summary: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9'
Product: [Fedora] Fedora Reporter: Mike McLean <mikem>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mitr
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-22 21:33:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike McLean 2004-01-09 17:35:17 UTC
* rawhide-20040109
* kickstart minimal install (french nfs tui)

Traceback (most recent call last):
  File "/usr/bin/anaconda", line 1120, in ?
    intf.run(id, dispatch, configFileData)
  File "/usr/lib/anaconda/text.py", line 414, in run
    self.drawFrame()
  File "/usr/lib/anaconda/text.py", line 355, in drawFrame
    self.screen.pushHelpLine(_("  <Tab>/<Alt-Tab> between elements   |
 <Space> selects   |  <F12> next screen"))
  File "/usr/lib/python2.3/site-packages/snack.py", line 294, in
pushHelpLine
    return _snack.pushhelpline(text)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 28: ordinal not in range(128)

Comment 2 Mike McLean 2004-01-13 18:14:02 UTC
Still happening with rawhide-20040113

Comment 3 Mike McLean 2004-01-19 20:39:06 UTC
..and rawhide-20040119

Comment 4 Jeremy Katz 2004-01-20 22:47:55 UTC
Fixed in rhpl-0.124-1

Comment 5 Mike McLean 2004-01-21 21:20:22 UTC
bug#114049 prevents me from testing the fix

Comment 6 Mike McLean 2004-01-22 21:33:56 UTC
Using a workaround from jeremy.  This bug seems to be fixed.  Closing.