Copy and Paste
In Copy and Paste, Sam Ruby tracks down and explains some problems caused by character encoding mismatches (via Anne’s Weblog about Markup & Style).
- Previous post: Slide Show Beta
- Next post: The Elements of Typographic Style
Information, sponsorship, and externals
About the author
Roger Johansson is a Swedish web professional specialising in web standards, accessibility, and usability. More about me and this site.
Latest articles
- Validation statistics from Nikita the Spider Comments off
- An analysis of the sites crawled by the bulk validation tool Nikita the Spider during March 2008.
- Authentic Jobs API and Affiliates program Comments off
- The Authentic Jobs job listing service now has a public API and an affiliate program.
- What does Acid3 mean to you and me? Comments off
- Opera and Apple have announced that their web browsers pass the Acid3 Browser Test, but how will that help web designers and developers?
- Designing Web Navigation (Book review) Comments off
- Learn the fundamentals of navigation design and design better navigation systems for large and small sites as well as for web based applications.
- DOMAssistant bundle for TextMate Comments off
- To save keystrokes and speed up development I have created a DOMAssistant bundle for TextMate.
- First impressions of Internet Explorer 8 Beta 1 Comments off
- My impressions after trying out Internet Explorer 8 Beta 1 for a couple of days.









Comments
Huh, what a coincidence. I reported a similar problem to Dean Allen found while using his excellent textpattern CMS...
The problem was that my local Apache sent a default-charset of "ISO-8859-1" and the admin interface (UTF-8) of TP didn't force an HTTP-header, only the HTML meta tag, which was ignored by the browser. A single line of PHP did the job.
BTW, I guess it's time for us to move definitely to UTF-8. Roger, I remember you saying something about "strange problems" with UTF-8. Is this the reason you're still with latin-1?
Yep. I had a horribly frustrating weekend a few weeks ago when I tried switching to UTF-8. I don't know exactly what went wrong, but after restoring everything from backups I decided to stick with iso-8859-1 for a little longer. Not indefinitely though ;)
Sorry, comments are closed for this post.