Fixed files encoding
authorAbou Al Montacir <abou.almontacir@sfr.fr>
Sun, 17 May 2026 11:31:42 +0000 (12:31 +0100)
committerPeter Blackman <peterb@debian.org>
Sun, 17 May 2026 11:31:42 +0000 (12:31 +0100)
commit0fd87482db19fe24bdb94c888088a4f5b23bc159
tree24c94d22afb39bd5dbd9d006e5b83b817dae8bc3
parentfb35a8f4f7068ac8a0b3e1641c5f4c8e4a783dfd
Fixed files encoding

Forwarded: Yes
Bug: https://gitlab.com/freepascal.org/fpc/source/-/issues/41130
Last-Update: 2025-02-02

Some files are distributed by upstream in national encoding. This patch
converts them to unicode.

The conversion was done using the following commands:
recode latin1..UTF-8 fpcsrc/packages/fcl-base/examples/testreg.pp
recode latin1..UTF-8 fpcsrc/rtl/os2/tests/pmdemo1.h
recode latin1..UTF-8 demo/os2/pmdemo1.h

The two last files required an additional manual fix.

Gbp-Pq: Name Fixed-files-encoding.patch
demo/os2/pmdemo1.h
fpcsrc/packages/fcl-base/examples/testreg.pp
fpcsrc/rtl/os2/tests/pmdemo1.h