Tuesday, September 26, 2006

Are you having trouble getting greek letters to display on our website because you (wisely) use Mozilla Firefox as your web browser? Here is a way for you to get your browser to display greek letters:

1. Open this file from your Firefox installation directory with notepad:

res/fonts/fontEncoding.properties.

(If you installed to the default directory the path will be C:/Program Files/Mozilla Firefox/res/fonts/fontEncoding.properties.)

2. Find the following lines of text:
# Symbol font
encoding.symbol.ttf = Adobe-Symbol-Encoding

3. Replace thoese lines with the following:
# Symbol font
## encoding.symbol.ttf = Adobe-Symbol-Encoding
# Symbol font
#encoding.symbol.ttf = Adobe-Symbol-Encoding
#– fixing by hand — Enabling Symbol font for Mozilla on Windows
#– file://C:Program FilesMozilla Firefox/res/fonts/fontEncoding.properties
encoding.symbol.ttf = windows-1252
encoding.wingdings.ttf = windows-1252
encoding.wingdings2.ttf = windows-1252
encoding.wingdings3.ttf = windows-1252
encoding.webdings.ttf = windows-1252

You should be all set!

0 comments: