Re: [PATCH v3 1/3] lib/string: introduce ascii2utf16le() helper
From: Richard Leitner <richard.leitner@skidata.com>
Date: 2017-02-06 15:43:49
Also in:
lkml
From: Richard Leitner <richard.leitner@skidata.com>
Date: 2017-02-06 15:43:49
Also in:
lkml
On 02/06/2017 04:40 PM, Alan Stern wrote:
On Mon, 6 Feb 2017, Richard Leitner wrote:quoted
So it would be OK to include linux/nls.h and use utf8s_to_utf16s() in drivers/usb/{core/hcd.c,misc/usb251xb.c}?Well, we already include linux/nls.h in drivers/usb/core/message.c and a few files under drivers/usb/gadget. Putting it in a few more places shouldn't hurt.
OK. Thanks! I will change that for v4. regards, Richard L