[GRASS-web] "ERROR: unknown locale: UTF-8"
Matthias Görlach
matthias.goerlach at t-online.de
Fri Jan 19 10:05:41 PST 2018
Wiki suggestion:
You need to add these two lines
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
to the file ".bash_profile" in your HOME directory.....
didnt work for me (still same ERROR....).
Put the export...directly into the Grass.sh at the following point:
....
# rebuild addon html index and gui menus
"$app_dir/Contents/MacOS/build_html_user_index.sh" "$GISBASE"
"$app_dir/Contents/MacOS/build_gui_user_menu.sh"
#utf-8 ERROR fix, editig this into .bash_profile didnt help
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
# user fontcap files
....
That did the trick
Best
M
--
Matthias Görlach
Ebertstr. 4
07743 Jena
*49-0171 1988809
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-web/attachments/20180119/c74019a3/attachment.html>
More information about the grass-web
mailing list