Hi, Robert L Krawitz <rlk@xxxxxxxxxxxx> writes: > Please try this patch to src/main/print-ps.c. It resets the locale > around all potentially risky operations, although it may turn out to > be too big of a hammer. We had to do something similar to the IJS > driver. Is there a particular reason this patch sets LC_ALL instead of LC_NUMERIC? The latter should be less invasive but sufficient to solve the problem. Sven