Botturn PHP Programing

All About PHP, Tutorials, Scripts, Video Lessons, Forum, Downloads

TUTORIAL - Using UTF-8 correctly, Latin accent in php

Posted by admin On April - 6-2009

A while ago I needed to make a website that would record and read data in Japanese and Portuguese all in the same database. The solution to this was to use UTF-8, forgetting the famous ISO-8859-1 (Latin).

Using UTF-8 correctly you will get rid of all the problems of stress that may be caused on your page and get rid of instead of functions as utf8_encode () and derivatives.