PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001761PacketFencecaptive portalpublic2014-01-20 11:162014-01-20 11:16
Reportercaralo 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformLinuxOSDebianOS Version7 (Wheezy)
Product Version4.1.0 
Target VersionFixed in Version 
Summary0001761: Captive Portal needs packetfence restart to show locale characters right
DescriptionAll 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.
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2014-01-20 11:16 caralo New Issue


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker