You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Swedish client has expressed a desire to use this plugin (downloaded from the master branch on 2015-06-11). The site (Zen Cart v1.5.1, currently) has both the database (DB_CHARSET) and displayed (CHARSET) set for utf-8 characters.
When I print a PDF packing slip, the non-ASCII characters are garbled e.g.
Posten / DHL ServicePoint (Brev: Skickas med Posten till din brevlåda. Paket: Hämtas på närmaste utlämningsställe.
gets output as:
I haven't had a chance to investigate yet; just wanted to make sure the report is out there!
The text was updated successfully, but these errors were encountered:
//-bof-20150611-lat9-Convert any UTF-8 characters for the print-out
if (CHARSET == 'utf-8') {
$txt = iconv('utf-8', 'cp1252', $txt);
}
//-eof-20150611-lat9
if($align=='R')
A Swedish client has expressed a desire to use this plugin (downloaded from the master branch on 2015-06-11). The site (Zen Cart v1.5.1, currently) has both the database (DB_CHARSET) and displayed (CHARSET) set for utf-8 characters.
When I print a PDF packing slip, the non-ASCII characters are garbled e.g.
Posten / DHL ServicePoint (Brev: Skickas med Posten till din brevlåda. Paket: Hämtas på närmaste utlämningsställe.
gets output as:
I haven't had a chance to investigate yet; just wanted to make sure the report is out there!
The text was updated successfully, but these errors were encountered: