Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hello,
How do I remove entities from html output , if i use textbox multiple.
If i use only standart textstring properties , it is OK.
properties type : textstring
code : @Umbraco.Field("klicovaSlova")
result :Domovská stránka
VS
properties type : textbox multiple
code : @Umbraco.Field("description")
result : Domovská stránka
Page is UTF-8
Thank you for you reply :)
PS: Sorry for my English
Have you tried the [encoding] options in the insert umbraco page field box?
What version of Umbraco are you running?
Version is v6.0.6 (Assembly version: 1.0.4898.16909)
if i try set [encoding] to HTML encode or URL encode , still bad result >
HTML encode > Domovská stránka
URL encode > Domovsk%c3%a1+str%c3%a1nka
Hi, look at this post and add czech characters to umbraco.config
http://blogs.thesitedoctor.co.uk/tim/CommentView,guid,4edc85ce-fa51-4c4a-b7d9-724722b88aff.aspx
Petr
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Html entity - Textbox multiple
hello,
How do I remove entities from html output , if i use textbox multiple.
If i use only standart textstring properties , it is OK.
properties type : textstring
code : @Umbraco.Field("klicovaSlova")
result :Domovská stránka
VS
properties type : textbox multiple
code : @Umbraco.Field("description")
result : Domovská stránka
Page is UTF-8
Thank you for you reply :)
PS: Sorry for my English
Have you tried the [encoding] options in the insert umbraco page field box?
What version of Umbraco are you running?
Version is v6.0.6 (Assembly version: 1.0.4898.16909)
if i try set [encoding] to HTML encode or URL encode , still bad result >
HTML encode > Domovská stránka
URL encode > Domovsk%c3%a1+str%c3%a1nka
Hi, look at this post and add czech characters to umbraco.config
http://blogs.thesitedoctor.co.uk/tim/CommentView,guid,4edc85ce-fa51-4c4a-b7d9-724722b88aff.aspx
Petr
is working on a reply...