mbox series

[GIT,PULL,-rc3] unicode fixes

Message ID 8734l5rtzz.fsf@mailhost.krisman.be (mailing list archive)
State New
Headers show
Series [GIT,PULL,-rc3] unicode fixes | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-fixes-6.12-rc3

Message

Gabriel Krisman Bertazi Oct. 9, 2024, 6:50 p.m. UTC
The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:

  Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-fixes-6.12-rc3

for you to fetch changes up to 5c26d2f1d3f5e4be3e196526bead29ecb139cf91:

  unicode: Don't special case ignorable code points (2024-10-09 13:34:01 -0400)

----------------------------------------------------------------
unicode updates

* Patch to handle code-points with the Ignorable property as regular
character instead of treating them as an empty string. (Me)

Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>

----------------------------------------------------------------
Gabriel Krisman Bertazi (1):
      unicode: Don't special case ignorable code points

 fs/unicode/mkutf8data.c       |   70 -
 fs/unicode/utf8data.c_shipped | 6703 ++++++++++++++++++++---------------------
 2 files changed, 3346 insertions(+), 3427 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 9, 2024, 8:24 p.m. UTC | #1
The pull request you sent on Wed, 09 Oct 2024 14:50:08 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-fixes-6.12-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ff9d4099e6abe7062b1d81f003b1efce72da2fb3

Thank you!