Originally posted by SAngeli
QUESTION: What is the role of Auto in encodings? What is the proper behavior and how to solve this so that automatically will detect the kind of encoding and auto adapt?
An short explanation about encodings can be found
here (pdf). Auto means that it will search for some hints about the encoding, and then it choses an encoding automaticly.
If you look to the source of your email (you can see this with pressing "v"), and looks for a line beginning with
Content-Type. That line should be just before the end of the header, e.g. before the message itselfs begins. Which charset is given at that line of the line next? For example, if this is in the sourse of the email:
|
Source code
|
1
2
|
Content-Type: text/plain;
charset="iso-8859-1"
|
the encoding is
iso-8859-1.
Originally posted by SAngeliQUESTION: How to properly set my kmail to print?
If you print it as PostScript, are the characters then printed correctly? (You can view PostScript files with
kghostview or
gv).