According to Hrabcak Rado: > I have htdig running. I have site with all pages coded in ISO-8859-2. > I build database and when I use htsearch to search results seem to recoded > in strange encoding, maybe ISO-8859-1. > Is there any possibility how to set character encoding?
Try adding this tag: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2"> to the header.html and/or wrapper.html file, in between the <head> and </head> tags. You should probably have a tag like that in any HTML file that's not in ISO-8859-1 encoding, so the browser knows what encoding the page uses. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

