Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2012-04-23 Thread chris

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)


Brilliant idea, such a function!

But you are certainly aware, that the current implementation could
report false positives as the check for distance 32 is not limited
to letter characters only.


Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2012-04-23 Thread Fabien Costantini

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)


Thanks Chris, yes I am aware of that but as you probably already noticed
the probability for that to happen is very small.
I could add more range checks though, that should be very easy.
I'll have a look to it...


Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2012-04-23 Thread Fabien Costantini

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)


Potential false positives problem fixed in r9390.


Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2012-04-23 Thread Fabien Costantini

[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9403)





Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9403)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2012-04-21 Thread Fabien Costantini

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)


Fixed in Subversion repository.

Introduced a new fl_ascii_strcasecmp that does not rely on locale
sensitive tolower (resp. toupper) api.

Please confirm that it works for you.


Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2012-04-21 Thread Fabien Costantini

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)


Added the use of the new fl_ascii_strcasecmp() in shceme(const char* ) as
well in r9369.

Ian, tell me what you think, you could probably reliably use that new api
for your font selection problem you previously  mentioned ?


Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current
Fix Version: 1.3-current (r9368)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2012-04-14 Thread Fabien Costantini

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current





Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2012-04-14 Thread Fabien Costantini

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current


An interesting work around might be to compare only the consonants after we
transformed the scheme in uppercase ...
i.e. we would only compare PL*ST*C which is still quite unambigous ;-)
How about that, that's simple to achieve would be reliable, wouldn't it ?


Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2011-12-10 Thread Matthias Melcher

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current





Link: http://www.fltk.org/str.php?L2771
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs