nick107
Posts: 19 Joined: Wed May 05, 2004 11:57 am
Post
by nick107 » Wed Mar 01, 2006 2:35 pm
I also have all updates applied on the search appliance.
mark
Site Admin
Posts: 5519 Joined: Tue Apr 25, 2000 6:56 pm
Post
by mark » Wed Mar 01, 2006 5:55 pm
Looks like some issue with font/charset mapping. We're checking into it...
Kai
Site Admin
Posts: 1272 Joined: Tue Apr 25, 2000 1:27 pm
Post
by Kai » Thu Mar 02, 2006 1:03 pm
We've found the issue; a fix (actually a workaround for lack of Unicode info in the PDF) should be available as an update sometime next week. Will let you know.
John
Site Admin
Posts: 2622 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:
Post
by John » Wed Mar 22, 2006 5:25 pm
What do you have Display Charset set to? If in the browser I tell it to display UTF-8 it seems correct.
John Turnbull
Thunderstone Software
nick107
Posts: 19 Joined: Wed May 05, 2004 11:57 am
Post
by nick107 » Wed Mar 22, 2006 7:03 pm
Both the display character and storage character set are set to blank, so it should be using UTF-8 right?
John
Site Admin
Posts: 2622 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:
Post
by John » Wed Mar 22, 2006 9:00 pm
Correct. That means in your look and feel you want to make sure you specify the charset as UTF-8 in the <head>, e.g.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
John Turnbull
Thunderstone Software
nick107
Posts: 19 Joined: Wed May 05, 2004 11:57 am
Post
by nick107 » Wed Mar 22, 2006 10:36 pm
Thanks, that solved that issue.