bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH] Fix possible issues running in a turkish locale


From: Tim Ruehsen
Subject: [Bug-wget] [PATCH] Fix possible issues running in a turkish locale
Date: Tue, 18 Nov 2014 17:12:14 +0100
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

I amended three tests to fail when run with turkish locale.
I fixed these issues (using c_strcasecmp/c_strncasecmp) and also replaced
strcasecmp/strncasecmp by c_strcasecmp/c_strncasecmp at places where we
definitely want a ASCII comparison instead of a locale dependent one.

There are still some places left where we use strcasecmp/strncasecmp, e.g.
domain/host and filename comparisons.

Please have a look...

Tim

Attachment: 0001-Fix-possible-issues-with-Wget-running-in-a-turkish-l.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]