Re: [firebird-support] How to set the locale of firebird process in linux

2020-02-14 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
14.02.2020 21:49, Roberto Vieweg jjw.roberto.fireb...@gmail.com [firebird-support] wrote: > So, you're saying that is not possible to set the locale to the server > without reinstall the SO in the desired locale? Your UDF must not rely on system or current locale. Use overloaded FloatToStr()

Re: [firebird-support] How to set the locale of firebird process in linux

2020-02-14 Thread Roberto Vieweg jjw.roberto.fireb...@gmail.com [firebird-support]
So, you're saying that is not possible to set the locale to the server without reinstall the SO in the desired locale? Em sex., 14 de fev. de 2020 às 17:09, Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] escreveu: > > 14.02.2020 20:46, Roberto Vieweg jjw.roberto.fireb...@gmail.com >

Re: [firebird-support] How to set the locale of firebird process in linux

2020-02-14 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
14.02.2020 20:46, Roberto Vieweg jjw.roberto.fireb...@gmail.com [firebird-support] wrote: > Any idea whats happening? Firebird server doesn't call setlocale() thus it ignores locale settings and uses C locale only. -- WBR, SD.

Re: [firebird-support] How to set the locale of firebird process in linux

2020-02-14 Thread Roberto Vieweg jjw.roberto.fireb...@gmail.com [firebird-support]
Dimitry, hi again. I tried to set the locale on a Firebird super server installation. I edited the /etc/init.d/firebird service script, and a added this to it: export LANG="pt_BR.utf8" Then I reload and restart the service with: systemctl daemon-reload systemctl restart firebird After this, I