According to Hrabcak Rado: > On Mon, 27 Jan 2003, Gilles Detillieux wrote: > >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"> > > I have it in every file: > > <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.
Let me guess. You're using one of the 3.2 beta releases, right? This is a known problem with 3.2 right now, and I hope to fix it in the next week or so. Until then, if you can make do with 3.1.6, I'd suggest you use that instead. In 3.2, htsearch translates all ISO-8859-1 accented characters to their SGML entity equivalents - which is OK if you're indexing ISO-8859-1 documents. The problem is if your documents use another character set, there's no way to turn this off. If I'm wrong about the version you're using, please specify which one. -- 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

