Corrupted message body display: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (cat)
m (linkify prefs.js)
 
Line 1: Line 1:
=== Symptoms ===
=== Symptoms ===


The body of your messages shows as strange characters that replaces your normal ascii characters.
The body of your messages shows as strange characters that replaces your normal ASCII characters.


=== Solution ===
=== Solution ===


# Exit Thunderbird.
# Exit Thunderbird.
# [[Thunderbird : FAQs : Backing Up and Restoring | Back up]] your "prefs.js" file.
# [[Thunderbird : FAQs : Backing Up and Restoring | Back up]] your [[prefs.js file]].
# Open "prefs.js" in a text editor (e.g., Notepad) and look for this line:
# Open prefs.js in a text editor (e.g., Notepad) and look for this line:


  user_pref("font.name.monospace.x-western", "CSD10");
  user_pref("font.name.monospace.x-western", "CSD10");


# Note that "CSD10" may not be the name of the font in your "prefs.js" file.
# Note that "CSD10" may not be the name of the font in your prefs.js file.
# Remove this line and save "prefs.js" '''as text'''.
# Remove this line and save prefs.js '''as text'''.
# Start Thunderbird and test it.
# Start Thunderbird and test it.


[[Category:Issues (Thunderbird)]]
[[Category:Issues (Thunderbird)]]
[[Category:Displaying and printing messages (Thunderbird)]]
[[Category:Displaying and printing messages (Thunderbird)]]

Latest revision as of 16:27, 4 January 2006

Symptoms

The body of your messages shows as strange characters that replaces your normal ASCII characters.

Solution

  1. Exit Thunderbird.
  2. Back up your prefs.js file.
  3. Open prefs.js in a text editor (e.g., Notepad) and look for this line:
user_pref("font.name.monospace.x-western", "CSD10");
  1. Note that "CSD10" may not be the name of the font in your prefs.js file.
  2. Remove this line and save prefs.js as text.
  3. Start Thunderbird and test it.