<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
<div id="signature">You didn't mention this, but I assume that you deleted the file wiki.d/.pageindex as explained in PmWiki:UTF-8, and that there are pages containing the search terms.<br /><br />Do the search results show correctly "Results of search for <em> bär</em>: 0 pages found of X pages searched"?<br /><br />Do searches for other terms work? If not, check the pagelist template.<br /><br />If you write (:pagelist bär:) in a page, does it find the other page containing "bär" (including this page, as it also contains "bär")? <br /><br />Do you have any recipes that deal with international page names? Like ISO8859MakePageNamePatterns? Or recipes that modify the $_REQUEST array? <br /><br />You can create a new wiki field on your server, and include only xlpage-utf-8.php, then add a page with the international characters, then search for these characters. If the search finds the page, then there is something in your other installation that prevents it.<br /><br />In such a case, I'd follow the steps described at PmWiki:Troubleshooting to try and find what could cause the problem.<br /><br />If a pristine PmWiki installation search doesn't find the international characters, I'd look into the server documentation to see if something needs to be enabled/configured on the server.<br /><br />Petko</div>
<br />
<p id="reply-intro">On 24/01/2023 12:22, Hans wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Hello Petko,<br /><br />Tuesday, January 24, 2023, 10:37:15 AM, you wrote:<br /><br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Yes, PmWiki can handle international characters in searches (try on pmwiki.org), but you may need to enable UTF-8.</blockquote>
<br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">See <a href="https://www.pmwiki.org/wiki/PmWiki/UTF-8" target="_blank" rel="noopener noreferrer">https://www.pmwiki.org/wiki/PmWiki/UTF-8</a> as this may not be trivial for existing wikis.</blockquote>
<br />so I added to my test wiki config.php, near the top:<br /><br />include_once("$FarmD/scripts/xlpage-utf-8.php");<br />$DefaultPageCharset = array(''=>'ISO-8859-1'); <br /><br />wiki.d wiki file pages contain:<br />charset=ISO-8859-1<br /><br />Html source in the <head> contains an entry for utf-8:<br /><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><br /><br />Now the search does not yield any results if the query string contains an  "ä" for instance.<br />But the  "ä" is displayed correctly in th eurl and in the search box.<br /><br />So what may be stopping the search yielding results?<br /><br /><br />Best regards,<br /> Hans                         <br />mailto:<a href="mailto:design@bracker.uk">design@bracker.uk</a><br /><br /></div>
</blockquote>
</body></html>