mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
0720a06a75
The utf8s_to_utf16s conversion routine needs to be improved. Unlike its utf16s_to_utf8s sibling, it doesn't accept arguments specifying the maximum length of the output buffer or the endianness of its 16-bit output. This patch (as1501) adds the two missing arguments, and adjusts the only two places in the kernel where the function is called. A follow-on patch will add a third caller that does utilize the new capabilities. The two conversion routines are still annoyingly inconsistent in the way they handle invalid byte combinations. But that's a subject for a different patch. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> CC: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
nls_ascii.c | ||
nls_base.c | ||
nls_cp437.c | ||
nls_cp737.c | ||
nls_cp775.c | ||
nls_cp850.c | ||
nls_cp852.c | ||
nls_cp855.c | ||
nls_cp857.c | ||
nls_cp860.c | ||
nls_cp861.c | ||
nls_cp862.c | ||
nls_cp863.c | ||
nls_cp864.c | ||
nls_cp865.c | ||
nls_cp866.c | ||
nls_cp869.c | ||
nls_cp874.c | ||
nls_cp932.c | ||
nls_cp936.c | ||
nls_cp949.c | ||
nls_cp950.c | ||
nls_cp1250.c | ||
nls_cp1251.c | ||
nls_cp1255.c | ||
nls_euc-jp.c | ||
nls_iso8859-1.c | ||
nls_iso8859-2.c | ||
nls_iso8859-3.c | ||
nls_iso8859-4.c | ||
nls_iso8859-5.c | ||
nls_iso8859-6.c | ||
nls_iso8859-7.c | ||
nls_iso8859-9.c | ||
nls_iso8859-13.c | ||
nls_iso8859-14.c | ||
nls_iso8859-15.c | ||
nls_koi8-r.c | ||
nls_koi8-ru.c | ||
nls_koi8-u.c | ||
nls_utf8.c |