Tuesday, May 20, 2008

How Long Germs Live Tub

FPDF - Tilden and UTF-8



For people using as fpdf library to generate PDF files with php and have the annoying problem unable to write characters (á, é, í, ó, ú, ñ) because they appear strange symbols around them remarked that the solcuión for this is to use utf8_decode
function () php
making our characters
ISO-8859-1 "the girl playing in a tree" We put
as follows utf8_decode (the girl playing in a tree ") And presto, we have our characters well.







0 comments:

Post a Comment