Eina unicode: add eina_unicode_unicode_to_utf8_range 21/55521/3
authorDaniel Hirt <daniel.hirt@samsung.com>
Sat, 21 Nov 2015 10:39:00 +0000 (12:39 +0200)
committerYoungbok Shin <youngb.shin@samsung.com>
Sun, 10 Jan 2016 01:00:35 +0000 (10:00 +0900)
commit334b74d2883c5ea6001bc8bd7bf95d9ac9d5ef84
tree073a3ac3f74c5dadf2b80437635420339bb44676
parentb05c059e94c5225655877f75958f491993d288e3
Eina unicode: add eina_unicode_unicode_to_utf8_range

Required some special treatment to get words (substring) out of an
input Unicode string to a utf8 one. This saves the trouble converting
the whole string: you input an offset in the Eina_Unicode array, and
provide the required length. That's is, now you can extract words and
whatnot in utf8 form.

To save code I wrapped the original one to get the whole length.

Change-Id: I65f8eadeb0d69f7829e956ddd901ea2adae731c6
src/lib/eina/eina_unicode.c
src/lib/eina/eina_unicode.h
src/tests/eina/eina_test_ustr.c