PacketFence - BTS - PacketFence
View Issue Details
0001761PacketFencecaptive portalpublic2014-01-20 11:162014-01-20 11:16
caralo 
 
normalminoralways
newopen 
LinuxDebian7 (Wheezy)
4.1.0 
 
0001761: Captive Portal needs packetfence restart to show locale characters right
All the special locale characters (accented vowels,..) are shown as "?" unless you restart packetfence. It seems that the init.d script needs to source the locale LANG variable.
It works if you add something like this to /etc/init.d/packetfence:
if [ -f /etc/default/locale ]; then
    . /etc/default/locale
    export LANG
fi
Or you could add a locale LANG variable in /etc/default/packetfence.
No tags attached.
Issue History
2014-01-20 11:16caraloNew Issue

There are no notes attached to this issue.