In message <[EMAIL PROTECTED]>
          Jeff <[EMAIL PROTECTED]> wrote:

> string.c - Added string_ord() and a _string_index() helper function to
> help making accommodating different encodings easier. Patched concat()
> to deal with null strings.

I have just committed an amendment to this to make string_index use
the encoding routines instead of assuming a single byte encoding.

I have also renamed _string_index to string_index as function names
that start with an underscore are reserved to implementors by the C
standard.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/

Reply via email to