A few points (not an answer, I’m afraid, but I hope it helps anyway!)
Firstly, terminology: we’re talking about character sets, not about fonts. Arial and Helvetica are different fonts, but they just change the visual appearance of the characters. A “Polish font” handles a different set of characters - when you’re searching, that’s a vital distinction.
Secondly: character coding in XML. XML basically handles the Unicode character set, but XML documents can use various encodings of this character set. For Polish you could use iso-8859-2 (the Eastern European characters) or UTF-8 (full Unicode, in compressed encoding), for example. Using iso-8859-1 sounds like a bad idea, because that only handles Western European characters. Saying they are iso-8859-1 characters if they aren’t is going to get you into trouble, although the software won’t be able to detect the difference.
Thirdly: encoding of special characters in URLs. URLs, unlike XML, aren’t fully international. There are conventions for encoding non-ASCII characters in a URL, (as %HH%HH, giving the hex values of the UTF-8 representation), but these aren’t universally applied, and I’ve no idea if this would work in a Tamino query. Can anyone else shed light on this?
#API-Management#webMethods#Tamino