As i see some of you have been having problems with the lang utf-8
you need to change this line of code
PHP Code:
require_once('./microcart/mypdf/config/lang/eng.php');
to the lang file you need you will find all the lang files within here
microcart/mypdf/config/lang/
say you want russian then you would put this
PHP Code:
require_once('./microcart/mypdf/config/lang/rus.php');