[Ada] Fix support for ISO-8859-15 and IBM CP 850 encoding
authorEtienne Servais <servais@adacore.com>
Tue, 8 Feb 2022 11:17:48 +0000 (12:17 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 12 May 2022 12:38:37 +0000 (12:38 +0000)
commit6655b152ebbf97e66888dc003414f6bb62a7edab
tree0f89275ad5066962bb41161961b79f1264a8e143
parentf7fc84d6fff3c6cb7e6a421c8cae4de145d09dfe
[Ada] Fix support for ISO-8859-15 and IBM CP 850 encoding

In ISO-8859-15, code for "lower y with diaeresis" is used for the upper
case.  In IBM CP 850, upper and lower o with stroke were missing.

gcc/ada/

* csets.adb (Fold_Latin_9): Fix y with diaeresis.
(Fold_IBM_PC_850): Fix o with stroke.
gcc/ada/csets.adb