Re: Encoding problems in CLI

2016-11-29 Thread Jean-Baptiste Onofré
Hi Jens, I don't have such behavior on my Ubuntu (16.04). What terminal are you using ? What's the value of TERM variable ? Regards JB On 11/29/2016 09:40 AM, Jens Offenbach wrote: Hallo, I have checked out Karaf's master branch and built it without any issues. Unfortunately, I have some tro

Aw: Re: Encoding problems in CLI

2016-11-29 Thread Jens Offenbach
proxy.mycompany.com:3128/"; declare -x http_proxy="http://proxy.mycompany.com:3128/"; declare -x https_proxy="http://proxy.mycompany.com:3128/"; declare -x no_proxy="localhost,127.0.0.1,.mycompany.com,.mycompany.de" Regards, Jens   Gesendet: Dienstag, 29. November

Re: Re: Encoding problems in CLI

2016-11-29 Thread Guillaume Nodet
declare -x TERM="xterm" > declare -x USER="karaf" > declare -x ftp_proxy="http://proxy.mycompany.com:3128/"; > declare -x http_proxy="http://proxy.mycompany.com:3128/"; > declare -x https_proxy="http://proxy.mycompany.com:3128/&qu

Re: Re: Encoding problems in CLI

2016-11-29 Thread Guillaume Nodet
SHELL="/bin/bash" >> declare -x SHLVL="1" >> declare -x TERM="xterm" >> declare -x USER="karaf" >> declare -x ftp_proxy="http://proxy.mycompany.com:3128/"; >> declare -x http_proxy="http://proxy.mycompany.com:3128/&

Aw: Re: Re: Encoding problems in CLI

2016-11-29 Thread Jens Offenbach
e added by default? Thanks a lot, Jens   Gesendet: Dienstag, 29. November 2016 um 14:02 Uhr Von: "Guillaume Nodet" An: user Betreff: Re: Re: Encoding problems in CLI I may have some fix, would you mind raising a jira issue ?   2016-11-29 12:57 GMT+01:00 Guillaume Nodet mailto:gno...@apach

Re: Re: Re: Encoding problems in CLI

2016-11-29 Thread Guillaume Nodet
wrapper.java.additional.10=-Dfile.encoding=UTF-8 > wrapper.java.additional.11=-Dsun.jnu.encoding=UTF-8 > > to "karaf-wrapper.conf". > > Is this something that can be added by default? > > Thanks a lot, > Jens > > > Gesendet: Dienstag, 29. November 2016 um 14:02 Uhr >