]> git.sur5r.net Git - glabels/commit
2007-11-18 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Mon, 19 Nov 2007 04:49:00 +0000 (04:49 +0000)
committerJim Evins <evins@snaught.com>
Mon, 19 Nov 2007 04:49:00 +0000 (04:49 +0000)
commit58279423cfb4c6fa816d19f7078fdf1e111fbc55
tree06b83ec74a1bba09a40e740fc400fa8d362bc2aa
parentac41c67c4089c1303453fee8efe5c5e97acbc1bd
2007-11-18  Jim Evins  <evins@snaught.com>

* libglabels/Makefile.am:
* libglabels/str.h:
* libglabels/str.c:
Added lgl_str_utf8_casecmp().
* libglabels/libglabels-private.h:
Use lgl_str_utf8_casecmp() for UTF8_EQUAL macro -- do case insensitive comparisons.
* libglabels/db.c: (lgl_db_get_brand_list):
Use lgl_str_utf8_casecmp() to determine if we have seen brand before when building
brand list.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@692 f5e0f49d-192f-0410-a22d-a8d8700d0965
glabels2/ChangeLog
glabels2/libglabels/Makefile.am
glabels2/libglabels/db.c
glabels2/libglabels/libglabels-private.h
glabels2/libglabels/str.c [new file with mode: 0644]
glabels2/libglabels/str.h [new file with mode: 0644]