Description of Problem: When using 'man' command, it will show '-' charcter as '? If using "echo $LANG", output is: en_US.UTF-8 Have to using "LANG=en_US man ls" in order to show '-' correctly. Version-Release number of selected component (if applicable): How Reproducible: Steps to Reproduce: 1. 2. 3. Actual Results: Expected Results: Additional Information:
Are you using 'screen', or some odd terminal program?
No I use console and Putty
You need to set your terminal to use UTF-8, or else use 'LANG=C man'.