commit | 73500267c930baadadb0d02284909731baf151f7 | [log] [tgz] |
---|---|---|
author | Peter Jones <pjones@redhat.com> | Mon Feb 08 14:48:11 2016 -0500 |
committer | Matt Fleming <matt@codeblueprint.co.uk> | Wed Feb 10 13:19:03 2016 +0000 |
tree | 431f07c5786db95d33f0f6d557cdba1881da29e3 | |
parent | 59fd1214561921343305a0e9dc218bf3d40068f3 [diff] |
lib/ucs2_string: Add ucs2 -> utf8 helper functions This adds ucs2_utf8size(), which tells us how big our ucs2 string is in bytes, and ucs2_as_utf8, which translates from ucs2 to utf8.. Signed-off-by: Peter Jones <pjones@redhat.com> Tested-by: Lee, Chun-Yi <jlee@suse.com> Acked-by: Matthew Garrett <mjg59@coreos.com> Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>