Re: multibyte support for ansic_* functions

2011-08-25 Thread Roman Rakus
On 08/25/2011 02:56 PM, Chet Ramey wrote: On 8/25/11 8:17 AM, Roman Rakus wrote: On 08/16/2011 03:42 PM, Roman Rakus wrote: The following two patches add support for multibyte characters in ansic_* functions. Effectively it is changing behaviour of: 1) printf's %q format option 2) command not f

Re: multibyte support for ansic_* functions

2011-08-25 Thread Chet Ramey
On 8/25/11 8:17 AM, Roman Rakus wrote: > On 08/16/2011 03:42 PM, Roman Rakus wrote: >> The following two patches add support for multibyte characters in ansic_* >> functions. Effectively it is changing behaviour of: >> 1) printf's %q format option >> 2) command not found error message >> 3) readlin

Re: multibyte support for ansic_* functions

2011-08-25 Thread Roman Rakus
On 08/16/2011 03:42 PM, Roman Rakus wrote: The following two patches add support for multibyte characters in ansic_* functions. Effectively it is changing behaviour of: 1) printf's %q format option 2) command not found error message 3) readline's syntax error message 4) XTRACE output It's a set

Re: multibyte support for ansic_* functions

2011-08-16 Thread Roman Rakus
On 08/16/2011 03:42 PM, Roman Rakus wrote: The following two patches add support for multibyte characters in ansic_* functions. Effectively it is changing behaviour of: 1) printf's %q format option 2) command not found error message 3) readline's syntax error message 4) XTRACE output It's a set

multibyte support for ansic_* functions

2011-08-16 Thread Roman Rakus
The following two patches add support for multibyte characters in ansic_* functions. Effectively it is changing behaviour of: 1) printf's %q format option 2) command not found error message 3) readline's syntax error message 4) XTRACE output It's a set of two patches.