[Moin-user] German localization

Marcus Schopen lists at localguru.de
Mon Oct 19 06:44:29 EDT 2015


Am Samstag, den 17.10.2015, 15:34 +0200 schrieb Marcus Schopen:
> Hi,
> 
> I've installed the german language pages (all_pages) via LanguageSetup,
> but get an error on RecentChanges "AktuelleÄnderungen"
> 
> UnicodeEncodeError: 'ascii' codec can't encode character u'\\xfc' in
> position 7: ordinal not in range(128), referer ...
> 
> I've found this Bug:
> 
> https://moinmo.in/MoinMoinBugs/1.9%
> 20UmlautsForMacroNamesGivesAnInternalServerError
> 
> Any solution for this?
> 
> moinmoin 1.9.7 on Ubuntu 14.04 LTS

Hi,

using WSGIDaemonProcess setting the 'lang' and 'locale' options will
solve the problem:

WSGIDaemonProcess mywiki user=www-data group=www-data processes=5
threads=10 maximum-requests=1000 umask=0007 lang='de_DE.UTF-8'
locale='de_DE.UTF-8'

System wide /etc/apache2/envvars
## Uncomment the following line to use the system default locale
instead:
. /etc/default/locale

Ciao!






More information about the Moin-user mailing list