Deprecate is_utf8_char()
authorKarl Williamson <public@khwilliamson.com>
Sat, 11 Feb 2012 21:20:56 +0000 (14:20 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 11 Feb 2012 21:35:46 +0000 (14:35 -0700)
commit768483871f7d05689a92ec84d2182a1b6e3c0516
tree61f7ee908b7ff0c498a272236a3d42160038df4e
parent492a624f4a0c250e011c6b74a3403bfc885ec961
Deprecate is_utf8_char()

This function assumes that there is enough space in the buffer to read
however many bytes are indicated by the first byte in the alleged UTF-8
encoded string.  This may not be true, and so it can read beyond the
buffer end.  is_utf8_char_buf() should be used instead.
embed.fnc
proto.h
utf8.c