lib/util: Merge basic string length and comparison functions
authorAndrew Bartlett <abartlet@samba.org>
Fri, 18 Mar 2011 08:10:23 +0000 (19:10 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 23 Mar 2011 07:21:54 +0000 (08:21 +0100)
commit41051fd3d3ac7450771518aa12b660867ed7e819
tree59c94244c7437d95e53a3227d18214f14a542d10
parent89fd1cb767c966d5ba60323bdb04a6baf973e4a3
lib/util: Merge basic string length and comparison functions

These functions now use the codepoints for more accurate string
handling and now form common code.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Mar 23 08:21:54 CET 2011 on sn-devel-104
lib/util/charset/charset.h
lib/util/charset/tests/charset.c
lib/util/charset/util_str.c [new file with mode: 0644]
lib/util/charset/util_unistr.c
lib/util/charset/wscript_build
source3/Makefile.in
source3/lib/util_str.c