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
On a machine where the locale is set to something not equivalent to
ASCII, the call to `awk' in `get_pdf_version()' will throw the following
error:
awk: cmd. line:1: (FILENAME=- FNR=1) warning: Invalid multibyte data
detected. There may be a mismatch between your data and your locale.
This can be fixed by forcing the C locale by prepending the call to awk
with `LC_ALL=C'.
Reported and fixed by Laurent MUGNIER.
On a machine where the locale is set to something not equivalent to ASCII, the call to
awk
inget_pdf_version()
will throw the following error:This can be fixed by forcing the C locale by prepending the call to
awk
withLC_ALL=C
.Reported and fixed by Laurent MUGNIER.
The text was updated successfully, but these errors were encountered: