Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi, for me I solved the Problem :)
with a little shell script I called "quartusstart" This script sets the locales and then starts Quartus. I'm using Ubuntu 9.04 and quartus 9.1 and for me the SOPC Builder works. Herse the script # !/bin/sh LANG="C" export LANG LC_CTYPE="en_US" export LC_CTYPE quartus Hope it helps hauke