Re: Log and special characters

2017-08-02 Thread tomcat
On 02.08.2017 11:25, Ben RUBSON wrote: We would then be able to correctly log 'André' Actually, this is how I most often get it, on the web and in scam emails : "Hi André," To the savvy and experienced multilingual-application-programming expert, this of course is entirely transparent : -

Re: Log and special characters

2017-08-02 Thread tomcat
On 02.08.2017 11:25, Ben RUBSON wrote: On 02 Aug 2017, at 11:17, André Warnier (tomcat) wrote: On 02.08.2017 10:59, Ben RUBSON wrote: On 02 Aug 2017, at 10:52, André Warnier (tomcat) wrote: On 01.08.2017 19:30, Ben RUBSON wrote: Hi, The following UTF-8 : warn("warn with special char éé

Re: Log and special characters

2017-08-02 Thread Ben RUBSON
> On 02 Aug 2017, at 11:17, André Warnier (tomcat) wrote: > > On 02.08.2017 10:59, Ben RUBSON wrote: >> >>> On 02 Aug 2017, at 10:52, André Warnier (tomcat) wrote: >>> >>> On 01.08.2017 19:30, Ben RUBSON wrote: Hi, The following UTF-8 : warn("warn with special char ééèè")

Re: Log and special characters

2017-08-02 Thread Eric Aarts
What a stunning coincidence… 风河 starting a new conversation ‘MP framework’ just after André his reply on ‘Log and special characters’. Totally agree with you André, as we serve customers all over Europe and in China. Regards, Eric On Wed, Aug 2, 2017 at 11:17 AM, André Warnier (tomcat) w

Re: Log and special characters

2017-08-02 Thread tomcat
On 02.08.2017 10:59, Ben RUBSON wrote: On 02 Aug 2017, at 10:52, André Warnier (tomcat) wrote: On 01.08.2017 19:30, Ben RUBSON wrote: Hi, The following UTF-8 : warn("warn with special char ééèè"); $r->log->error("log with special char ééèè"); Produces : warn with special char ééèè at ... [

Re: Log and special characters

2017-08-02 Thread Ben RUBSON
> On 02 Aug 2017, at 10:52, André Warnier (tomcat) wrote: > > On 01.08.2017 19:30, Ben RUBSON wrote: >> Hi, >> >> The following UTF-8 : >> warn("warn with special char ééèè"); >> $r->log->error("log with special char ééèè"); >> >> Produces : >> warn with special char ééèè at ... >> [Tue Aug 01

Re: Log and special characters

2017-08-02 Thread tomcat
On 01.08.2017 19:30, Ben RUBSON wrote: Hi, The following UTF-8 : warn("warn with special char ééèè"); $r->log->error("log with special char ééèè"); Produces : warn with special char ééèè at ... [Tue Aug 01 19:25:28.914947 2017] [perl:error] [pid 56938] [client 127.0.0.1:59952] log with special

Re: Log and special characters

2017-08-02 Thread Ben RUBSON
> On 01 Aug 2017, at 19:30, Ben RUBSON wrote: > > $r->log->error("log with special char ééèè"); > > [Tue Aug 01 19:25:28.914947 2017] [perl:error] [pid 56938] [client > 127.0.0.1:59952] log with special char \xc3\xa9\xc3\xa9\xc3\xa8\xc3\xa8 > > Why all these \x symbols ? Well, sounds like Apa