utf-8

jgdoke
Posts: 167
Joined: Wed Jul 14, 2004 10:52 am

utf-8

Post by jgdoke »

Need to change the output from the server serving the results to UTF-8. We currently have the page setting it but it is ignored.

How is that setting changed?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

utf-8

Post by mark »

Search settings->Display charset and top html.
jgdoke
Posts: 167
Joined: Wed Jul 14, 2004 10:52 am

utf-8

Post by jgdoke »

Meta setting does not help as IE reads the first instance. which comes from your web server:
HTTP/1.x 200 Ok
Date: Mon, 23 Apr 2007 20:23:23 GMT
Server: Thunderstone-Texis/5.01.1170347731
Content-Type: text/html; charset=ISO-8859-1
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

utf-8

Post by John »

Are you sure you applied the setting, it only applies to the test search until you apply it and make it live.
John Turnbull
Thunderstone Software
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

utf-8

Post by John »

How were you getting the headers that you sent? When I try here there is no charset on the header:

HTTP/1.0 200 Ok
Date: Mon, 23 Apr 2007 21:17:50 GMT
Server: Thunderstone-Texis/5.01.1170347731
Connection: close
Content-Type: text/html
John Turnbull
Thunderstone Software
jgdoke
Posts: 167
Joined: Wed Jul 14, 2004 10:52 am

utf-8

Post by jgdoke »

Applied and made live..
This:
Content-Type: text/html; charset=ISO-8859-1

Comes before this:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Full explaination of this is here including the priority order in which they are used. It explains why chaning the meta does not help if a server encoding is given.
http://www.w3.org/TR/WD-html40-970708/charset.html
jgdoke
Posts: 167
Joined: Wed Jul 14, 2004 10:52 am

utf-8

Post by jgdoke »

jgdoke
Posts: 167
Joined: Wed Jul 14, 2004 10:52 am

utf-8

Post by jgdoke »

My second appliance for internal search does not specify the coding, similar to yours. But my external box does
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

utf-8

Post by mark »

Are both boxes running the same versions of software?
Is there any kind of proxy (transparent or otherwise) or load balancer in front of the external appliance?
jgdoke
Posts: 167
Joined: Wed Jul 14, 2004 10:52 am

utf-8

Post by jgdoke »

Mark. your information got me to start looking further. I think the problem is on our end. I will let you know.

Thanks
John