In https://github.com/mikehaertl/phpwkhtmltopdf/issues/108#issuecomment-118035243 it was reported, that UTF-8 characters in arguments do not work. [Here](http://stackoverflow.com/questions/10028925/call-a-program-via-shell-exec-with-utf-8-text-input) they recommend to use the following environment variables: ``` // An environment variable $env = array( 'LANG' => 'lv_LV.utf-8' ); ```