This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ping] [PATCH] Different outputs affected by locale


On 06/12/2014 10:46 AM, Eli Zaretskii wrote:
> So you need _any_ character for which iswprint returns zero?  If so,
> does the character have to be a single byte?

Find a character for which iswprint returns zero isn't the point, IMO.
The problem is wchar.exp expects "\242" but GDB prints cent sign on
mingw.  Instead of changing to another character, isn't better to match
both (\242 and cent sign) in regexp pattern?

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]