Wulff D. Heiss - 2005-04-01

Logged In: YES
user_id=834450

I suggest implementing Locales in the engine via
setlocales() calls.
this would optimally be done by

#include <locale.h>
char *locale;
locale = setlocale( LC_ALL, "de_DE");

for example at at strategic position. I cannot do this as my
mysql libs seems to be incompatible and SEGFAULTs all the
time :/