I use MySQL to store data and my web pages are all encoded as UTF-8. I have a lot of Portuguese characters such as ç
and õ
and I\'m wondering if I
If you are doing 100's or 1000's of page presentations for each write, then encoding on the way in is going to be more efficient. But in most circumstances I guess the difference would be negligible.
But the other reasons (to not encode) are good, no doubt about it - and anyway it's pointless to encode characters which UTF-8 likes.