Comment 12 for bug 1159931

Revision history for this message
In , Albert Astals Cid (aacid) wrote :

Talked to the ghostcript devels and they agree it's a bug in their side, for now they said we can workaround it by adding
char *lala = setlocale(LC_ALL, "POSIX");
gsaspi_call
setlocale(LC_ALL, lala);

to our code.

Carlos, what do you think?