efl: deprecate eina_unicode_utf8_get_next, add eina_unicode_utf8_next_get.

SVN revision: 83048
This commit is contained in:
Cedric BAIL 2013-01-22 02:00:55 +00:00
parent 526cc2aeac
commit 1b69c6c544
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ _cb_fd_read(void *data, Ecore_Fd_Handler *fd_handler __UNUSED__)
if (buf[i])
{
g = eina_unicode_utf8_get_next(buf, &i);
g = eina_unicode_utf8_next_get(buf, &i);
/* i = evas_string_char_next_get(buf, i, &g); */
if (i < 0) break;
// DBG("(%i) %02x '%c'", j, g, g);