Configure Lynx to See UTF-8 Chars
=================================
What browser do you use to view plain-text files on Gopher?
I use "lynx". The other day, I published a math problem with
"special" chars. Thos chars are known as superscript digits. They are
not part of the ASCII character set. So, by default I see some funny
strings instead of what I've expected...
That can be changed by setting varaibles in the configuration file.
To find the configuration file, start the lynx browser.
Then press "O" for options.
Get to the bottom of the page. You'll see the line
View the file lynx.cfg.
Now, choose the file using the up or down arrows, and press enter.
You'll see the path to the configuration file after
Your primary configuration
Edit the configuration file with your favorite editor, and set
ASSUME_CHARSET ti utf-8
or make the line:
ASSUME_CHARSET:utf-8