]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Mar 2016 23:07:08 +0000 (15:07 -0800)
commite7f2a86c9106eb9417f4bc7b97f1dfa63140277a
tree83529437f90f022008518772280846560c06ac41
parent9453c72919e57ee0227c2d1c18538d85cc62346d
lib/ucs2_string: Add ucs2 -> utf8 helper functions

commit 73500267c930baadadb0d02284909731baf151f7 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/ucs2_string.h
lib/ucs2_string.c