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
hello there,
i have a script that outputs umlauts as utf8 string and it calls subscripts that have the environment lang set to de_DE.iso885915@euro and characters encoded accordingly.
If there are latin9 outputs the script output is not complete and truncated. This happens also without nginx in front of it.
When i pipe the output to iconv and convert it to utf8 (| iconv -f latin9 -t utf8) the script output is displayed entirely.
The text was updated successfully, but these errors were encountered:
hello there,
i have a script that outputs umlauts as utf8 string and it calls subscripts that have the environment lang set to de_DE.iso885915@euro and characters encoded accordingly.
If there are latin9 outputs the script output is not complete and truncated. This happens also without nginx in front of it.
When i pipe the output to iconv and convert it to utf8 (| iconv -f latin9 -t utf8) the script output is displayed entirely.
The text was updated successfully, but these errors were encountered: