<p><span style="color:#000000;font-size:24px;">A correction, a suggestion, and a question please.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">Previously, I wrote as follows.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">quote</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">For example, please consider that a sequence !983 in a document is replaced by its localization into a language chosen by the person reading the text.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">For example, for localization into Welsh.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">sub !983 -> D i o l c h space a m space y m w e l d period ;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">Yet maybe the following method of expressing such a rule could be allowed for convenience, to become encoded exactly the same as the above within the font.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">sub !983 -> #Diolch_am_ymweld. ;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">end quote</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">I expressed the left side of the substitution rules incorrectly.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">The corrected versions of the substitution rules are as follows.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">sub exclam nine eight three -> D i o l c h space a m space y m w e l d period ;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">sub exclam nine eight three -> #Diolch_am_ymweld. ;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">----</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">I am thinking that this suggested new facility could possibly be produced by adapting a copy of the liga table, changing the name and having four integers for each substitution rule.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">The four integers being as follows.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">startOfThisGlyphIndexSequence: integer;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">endOfThisGlyphIndexSequence: integer;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">startOfThisCharacterString: integer;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">endOfThisCharacterString: integer;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">These would point to locations within two arrays, each defined just once for the whole font.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">allOfTheGlyphIndexSequences: array of integer;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">allOfTheCharacterStrings: array of char;</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">The allOfTheGlyphIndexSequences array is so that displays of the localized text can be produced, both on screen and in exported printed documents.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">The inclusion of the allOfTheCharacterStrings array is so that if the localized text in electronic character form is desired then the rendering system could produce it from the content of the original document and some of the content of the allOfTheCharacterStrings array.</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">----</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">What needs to be done, by me or by others, for the suggestion in this thread to become formally considered for inclusion in the standard please?</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">William Overington</span></p><p><span style="color:#000000;font-size:24px;"> </span><br><span style="color:#000000;font-size:24px;">Monday 30 September 2024</span><br><span style="font-size:24px;"> </span></p><p><span style="font-size:24px;">  </span></p>