So Herr-Herner's next step is to google for "ansi control sequence regex" (about 44100000 hits) ;-)
> Good catch Chris. > > It comes from jansi (for coloring indeed). > > Regards > JB > > On 01/21/2015 09:38 AM, [email protected] wrote: >>> The problem seems to occur on every request, e.g. also on: >>> >>> client -a 8101 -h localhost -u karaf " feature:list " >> ~/output.txt >>> >>> Name | Version | Installed | >>> Repository >>> | Description >>> ------------------------------------------------------------------------------------------------------------------------------------------- >>> pax-jetty | 8.1.15.v20140411 | x | >>> org.ops4j.pax.web-3.1.2 | Provide Jetty engine support >>> ... >>> [m >>> >>> Strange! >> >> Nothing strange about it - it's an ANSI control sequence to reset the >> text >> colour: >> >> CSI n m SGR Select Graphic Rendition Sets SGR parameters, including >> text color. After CSI can be zero or more parameters separated with ;. >> With no parameters, CSI m is treated as CSI 0 m (reset / normal) >> >> where CSI = ESC [ >> >> :-) >> >> > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
