linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] udf: UTF handling fix and cleanups
@ 2018-04-17 12:55 Jan Kara
  2018-04-17 12:55 ` [PATCH 1/7] udf: Fix leak of UTF-16 surrogates into encoded strings Jan Kara
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jan Kara @ 2018-04-17 12:55 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Andrew Gabbasov, arthur200126, Jan Kara

Hello,

the first patch in the series fixes a possible leak of UTF-16 surrogates into
the resulting UTF-8 string decoded from on-disk names. The rest of the series
the cleans up the unicode conversion functions somewhat and adds support for
full encoding and decoding of UTF-16 characters outside of Base Multilingual
Plane (characters needing more than one UTF-16 codepoint). Review and testing
is welcome.

								Honza

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-04-17 12:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-17 12:55 [PATCH 0/7] udf: UTF handling fix and cleanups Jan Kara
2018-04-17 12:55 ` [PATCH 1/7] udf: Fix leak of UTF-16 surrogates into encoded strings Jan Kara
2018-04-17 12:55 ` [PATCH 2/7] udf: Always require NLS support Jan Kara
2018-04-17 12:55 ` [PATCH 3/7] udf: Use UTF-32 <-> UTF-8 conversion functions from NLS Jan Kara
2018-04-17 12:55 ` [PATCH 4/7] udf: Convert ident strings to proper charset Jan Kara
2018-04-17 12:55 ` [PATCH 5/7] udf: Push sb argument to udf_name_[to|from]_CS0() Jan Kara
2018-04-17 12:55 ` [PATCH 6/7] udf: Add support for encoding UTF-16 characters Jan Kara
2018-04-17 12:55 ` [PATCH 7/7] udf: Add support for decoding " Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).