]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
lib/ucs2_string: Add ucs2 -> utf8 helper functions
authorPeter Jones <pjones@redhat.com>
Mon, 8 Feb 2016 19:48:11 +0000 (14:48 -0500)
committerMatt Fleming <matt@codeblueprint.co.uk>
Wed, 10 Feb 2016 13:19:03 +0000 (13:19 +0000)
commit73500267c930baadadb0d02284909731baf151f7
tree431f07c5786db95d33f0f6d557cdba1881da29e3
parent59fd1214561921343305a0e9dc218bf3d40068f3
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>
include/linux/ucs2_string.h
lib/ucs2_string.c