commit | 1a8b6c29aaa5a1591097daca0876808cc029cbda | [log] [tgz] |
---|---|---|
author | Homin Lee <suapapa@insignal.co.kr> | Thu Apr 05 20:11:27 2012 +0900 |
committer | Homin Lee <suapapa@insignal.co.kr> | Fri Apr 13 12:31:48 2012 +0900 |
tree | ffdb2d9ed91018dcd0ec24f3793dc86f6d3f5463 | |
parent | 3d7f0cb3d9724eb4a45611127e0986538e838964 [diff] |
use utf8_length() instead of local function, isValidUtf8() utf8_length() from libutils returns -1 when source not contains valid sequence for UTF-8. Fixed to use it and removed the local function isValidUtf8(). Change-Id: If2834ce1d1ae07fd8526ce8bc5df3fd3f44e85c8 Signed-off-by: Homin Lee <suapapa@insignal.co.kr>