google-code-export / kv-webme

Automatically exported from code.google.com/p/kv-webme
1 stars 0 forks source link

Non-latin characters in JS elements #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to change to character set of the frontend so non-latin 
characters can be shown?

E.g. if you add Danish letter "æ", it will not be shown and if you add it as 
an HTML entity, æ , it will show æ instead.

Screenshot added with an example using the new "Add to cart"-button, but the 
problem is present several places.

Original issue reported on code.google.com by Christof...@gmail.com on 25 Oct 2011 at 6:24

Attachments:

GoogleCodeExporter commented 9 years ago
these things /should/ work automatically, as I try to ensure that everything is 
sent as UTF-8.

I'll get that one today (as soon as I'm home), and hopefully should be able to 
spot other files that might have the same problem

Original comment by kae.verens@gmail.com on 25 Oct 2011 at 7:58

GoogleCodeExporter commented 9 years ago
ah - I know what it is. it's not a character issue at all. I'm using ".text()" 
in the javascript, when I should use ".html()". checking now to be sure.

Original comment by kae.verens@gmail.com on 25 Oct 2011 at 9:10

GoogleCodeExporter commented 9 years ago
fixed in r485

Original comment by kae.verens@gmail.com on 25 Oct 2011 at 9:15