]> git.baikalelectronics.ru Git - 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)
commit90d020e474b5b1a90078545f292a03b2be371796
tree431f07c5786db95d33f0f6d557cdba1881da29e3
parent6dbaa3208d709d0bf7ed5384511a313970e8e7ba
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