the issue I am facing is that I have Spanish Names stored in my table and as I fetch and print them with PHP, all names comes fine (with special (Spanish) letters), but if I write PDF using FPDF, the PDF shows such special letters either abnormally or in plain english.
I need to write Muñoz García in PDF but it is coming as plain text Munoz Garcia
I have tried solutions given at stackoverflow but none is working for me.
I have tried... utf-8, fpdf, iconv(), setlocale(), , but all waist.
Kindly help.