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
Hi,
Some Swedish characters like "Bekräftelse" are shown as "Begkr #228; ftelse". I am using umbraco dictionary item in jquery. Whats is the problem here?
Thank you
Hi Sunil,
The reason why the "Bekräftelse" are shown as "Begkr #228; ftelse". is because it´s encoded. What you need to do is to decode the dictionary item.
I think that this http://stackoverflow.com/questions/1147359/how-to-decode-html-entities-using-jquery might help you
/Dennis
Hi Dennis,
It is not encode. When we refer same umbraco dictionary in C# code there is no problem. But when we use it in jquery instead of that character some special characters are displayed.
/Sunil
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Some Swedish characters are shown as numbers and special characters used from umbraco dictionary item in jquery.
Hi,
Some Swedish characters like "Bekräftelse" are shown as "Begkr #228; ftelse". I am using umbraco dictionary item in jquery. Whats is the problem here?
Thank you
Hi Sunil,
The reason why the "Bekräftelse" are shown as "Begkr #228; ftelse". is because it´s encoded. What you need to do is to decode the dictionary item.
I think that this http://stackoverflow.com/questions/1147359/how-to-decode-html-entities-using-jquery might help you
/Dennis
Hi Dennis,
It is not encode. When we refer same umbraco dictionary in C# code there is no problem. But when we use it in jquery instead of that character some special characters are displayed.
/Sunil
is working on a reply...