|
European Characters
There are a few standards in displaying european characters on the web. Most common are: ASCII, UTF 8/16 and ISO-8859-1 (also called Latin 1). When SiteSearch Indexer indexes a page, it considers all text straight ASCII. Text typed into the search field is straight ASCII. So, if you use a standard like ISO-8859-1 and search for "über", it won't match its ISO-8859-1 equivalent "über". Until the standards are truly standardized, the most I can do to correct this problem is offer a specialized version of searchFunctions.js that converts characters entered in the search field from ASCII to ISO-8859-1. For instance, if you type "über" into the search field, it will be converted to match "über" in the actual search. In order for this to really work, be sure you use ISO-8859-1 entities of European characters in your web pages. Check here for a reference: You can see this script in action here. Just click "Servicesiden" then "Søg her på webstedet" then search for something like "håndterer".
|