From c811aeb46b2cbbc4ab69d62ff3444fbf885977eb Mon Sep 17 00:00:00 2001 From: Eliane Pereira Date: Oct 18 2019 22:10:44 +0000 Subject: Add Release Notes for #366 F31 Self-Contained Change: IBus 1.5.21 --- diff --git a/modules/release-notes/pages/desktop/I18n.adoc b/modules/release-notes/pages/desktop/I18n.adoc index ae6c563..646fda4 100644 --- a/modules/release-notes/pages/desktop/I18n.adoc +++ b/modules/release-notes/pages/desktop/I18n.adoc @@ -4,3 +4,13 @@ include::{partialsdir}/entities.adoc[] [[sect-i18n]] = Internationalization + +== `IBus 1.5.21` release extends the current compose typing + +`IBus 1.5.21` release extends the compose key sequences less than 255 characters. + +* Previously,  `IBus` accepted the compose key sequences less than 7 characters due to the internal fixed buffer size. That is, Multi_key-O-R are three characters and the sequence could output "®". However, Multi_key-Multi_key-o-i-i-i-n-t is eight characters and the sequence was not enabled in `IBus`. With this enhancement, the `IBus 1.5.21` release extends the compose key sequences to 255 characters. + +`IBus 1.5.21` release extends the compose outputs more equal than one character. + +* Previously, the output of `IBus` was only one compose character and the size was limited in 16bits. That is, "®" is one character and it could be output. However, the character "🗼" is one character but the size extended the upper limit of 16bits. Consequently, the output was not enabled in `IBus`. With this enhancement, the `IBus 1.5.21` release deletes the limitation of the character lengths and the size is extended to 32bits.