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 > [f

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

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

2020-02-13 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 13-02-2020 15:11, 'Martin, Nicole (UK, Yeovil)' nicole.mar...@baesystems.com [firebird-support] wrote: > I have a feeling I have been added to a group that isn't right as the subject > doesn't match what I am asking in my email? This is the firebird-support mailing list for community support

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

2020-02-13 Thread 'Martin, Nicole (UK, Yeovil)' nicole.mar...@baesystems.com [firebird-support]
rd-support@yahoogroups.com Sent: 13 February 2020 14:08 To: firebird-support@yahoogroups.com Subject: Re: [firebird-support] How to set the locale of firebird process in linux - PHISHING ALERT - This email has been sent from an account outside

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

2020-02-13 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
13.02.2020 14:42, Roberto Vieweg jjw.roberto.fireb...@gmail.com [firebird-support] wrote: > Can you provide an example? env += LANG=ru_RU.UTF-8 -- WBR, SD. +

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

2020-02-13 Thread Roberto Vieweg jjw.roberto.fireb...@gmail.com [firebird-support]
Can you provide an example? This is my current service descriptor service firebird25 { flags = REUSE socket_type = stream wait= no user= firebird server = /opt/firebird25

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

2020-02-12 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
12.02.2020 18:22, Roberto Vieweg jjw.roberto.fireb...@gmail.com [firebird-support] wrote: > How can I set the locale of firebird process in linux? > I'm using Firebird 2.5 classic. Use (x)inetd configuration file to set the environment variable. -- WBR, SD.