Re: octstr_case_str_compare

2005-03-21 Thread Stipe Tolj
fred wrote: Please consider this PATCH /* * Same as octstr_compare, but compares the content of the octet string to * a C string without case sensitivity. */ int octstr_case_str_compare(const Octstr *os1, const char*str); +0, and since it seems reasonable, commited to cvs in slight variation

RE: octstr_case_str_compare

2005-02-25 Thread Pommnitz, Jörg
); directly under octstr_compare? -Ursprüngliche Nachricht- Von: fred [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 25. Februar 2005 01:19 An: devel Betreff: octstr_case_str_compare Please consider this PATCH /* * Same as octstr_compare, but compares the content of the octet string

Re: octstr_case_str_compare

2005-02-25 Thread fred
[EMAIL PROTECTED] To: devel@kannel.org Sent: Friday, February 25, 2005 7:55 PM Subject: RE: octstr_case_str_compare -#- MailID:PAAA What's wrong with: /* * Like octstr_compare, except compares bytes without case sensitivity. * Note that this probably doesn't work for Unicode, but should work