General TC > Programming & Scripting - Unofficial
Firefox - Extension to install the latest version
patrikg:
Have seen some programs even need to set the LC_ALL env variable to set the language.
Not only the LANG.
Because then setting the LC_ALL set's all LOCALE variables to that specific value.
So to be very sure with the locale variables... you need to set them like this....i think..
--- Code: ---$LANG=C LC_ALL=C locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C
--- End code ---
xor:
Where do I need to add this in the process of making an iso file with ezra master!?
Rich:
Hi xor
Do not try to hijack this thread and make it about ezremaster.
Start a new thread for that.
Navigation
[0] Message Index
[*] Previous page
Go to full version