Bug 111217

Summary: output encoding should be automatic
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: w3mAssignee: Akira TAGOH <tagoh>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.4.1-9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-12-15 07:40:35 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 Tim Waugh 2003-11-30 11:36:13 UTC
Description of problem:
The output encoding should honour the locale setting, rather than
relying on the user to supply a -O option.  If -O is given it is
reasonable for it to override the locale of course.

Version-Release number of selected component (if applicable):
w3m-0.4.1-8

How reproducible:
100%

Steps to Reproduce:
1. LANG=C w3m -T text/html -dump RELEASE-NOTES.html
2. Look at the copyright symbol
  
Actual results:
UTF-8 character.

Expected results:
ASCII characters.

Comment 1 Akira TAGOH 2003-12-15 07:40:35 UTC
This problem should be fixed in 0.4.1-9. if -O is given, it's prior
than the current locale.