[PATCH] Fix misspelling of ‘or1k’ in doc

2025-05-18 Thread Paul Eggert
--- doc/year2038.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/year2038.texi b/doc/year2038.texi index 47e26d85dd..43c63007e3 100644 --- a/doc/year2038.texi +++ b/doc/year2038.texi @@ -65,7 +65,7 @@ Avoiding the year 2038 problem @item Linux kernel 5.1 (2019) and l

unigbrk/u*-grapheme-{next,prev}: Support Indic characters, Emojis, regional indicators

2025-05-18 Thread Bruno Haible via Gnulib discussion list
The u*_grapheme_next and u*_grapheme_prev functions were not updated when the Unicode algorithm for grapheme cluster breaks became more complicated due to Indic characters, Emojis and regional indicators. This series of patches fixes that. 2025-05-18 Bruno Haible unigbrk/u*-grapheme-