Search the FirstSpirit Knowledge Base
Hello Together,
I am working on the search of the specific German words with umlaut characters in it.
1) While displaying in the web page with German Umlaut is correct and web page looks good.
2) If we do the view source of the same page only for umlauts 'HTML Entity' is created for the specific German Umlaut characters. Image also attached Below.
Web Page:
View source of the generated Page below:
Also my page has <meta> data as,
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>->
Looks like while page Generation time itself this has been modified.
Why this is happening?Have any one come across it?
Thank you,
Siva
Hi Siva,
this is most probably happening because of the conversion rules, see here: FirstSpirit Online Documentation - Conversion using format templates
Michael
Hi Bergman,
Thank you for your reply and time.Link is helpful for me.
Yes conversion rule can be applied for format template.
Our code is available in the Page Template not in the format template. Attached images properly in order below for reference,
1) Server Properties:
2) Page Code:
3) Page Template Code:
4) Preview or Page View source in Mozilla:
For your point of view are we missing any thing else for Umlaut characters to display properly in the view source of the page ?
In the view of the page it shows proper words with Umlauts in words as described in the previous thread.
Thanks and Regards,
Siva
Hi Siva,
for the INPUT_TEXT the reason is that you are using .convert and / or also convertEntities in the form definition.
There are different mechanisms in different places which can lead to a conversion:
It‘s important to have all the places configured consistently according to your desired output format/behaviour. You should also make sure that the encoding is configured correctly for the languages (in server manager).
Michael