What could be the possible cause of encoding problem on Web page?
It could be that page is not having proper encoding set using <meta charset="UTF-8">. This better handled using Server (Apache) response header.
It could be that text is not properly encoded. Text can come from Database or directly… (Continue)
Today I have written HTML tool for blogger. It was earlier in PHP and now it is in JavaScript. HTML encoding application written in PHP was converting converting &, ", ', for posting codes online. I intended to do that in JavaScript. It can be simple as just searching each… (Continue)
Here is a rumbling about the Junk characters that appear from time to time on page due to wrong settings on editors or for other reason.
Take this text for example:
Europa im Mietwagen bis zu 15 % GÜNSTIGER
Große Tour – große Ersparnis!
Here is image of the above… (Continue)