I see strange control characters when reading some documentation such as "coding.txt" through a pager. Here is an example.
Quote:
If you<92>re a great game-player and have some terrific ideas about how a MUD should work, but don<92>t know how to code, you should either learn or find a good coder who can join your team. Don<92>t assume that you can get away with running a MUD without knowing C <96> you can<92>t. Not for very long, anyway.
If you<92>re a great game-player and have some terrific ideas about how a MUD should work, but don<92>t know how to code, you should either learn or find a good coder who can join your team. Don<92>t assume that you can get away with running a MUD without knowing C <96> you can<92>t. Not for very long, anyway.
This is using the "less" pager on Debian stable. (etch) One workaround seems to be
Quote:
iconv -f cp1252 -t utf-8 coding.txt | less
iconv -f cp1252 -t utf-8 coding.txt | less
but if anybody knows of a better solution please share.
By the way great work with TBA!



