These past few days I\'ve been working toward converting my PHP code base from latin1 to UTF-8. I\'ve read the two main solutions are to either replace the single byte funct
You could use the mbfunctions library that extends the multibyte functions in PHP:
http://code.google.com/p/mbfunctions/