ConvertDelphiProject.ConvertAllUnits: Exception happened while converting /var/tmp/MorseRunner/Main.pas
* Lazarus/FPC Version: Lazarus 4.6 (rev Unknown) FPC 3.2.2 x86_64-linux-gtk2
* Operating System: Fedora 43 x86_64
* CPU / Bitness: 64
## What happens
Conversion of the MorserRunnerCE Delphi project failed with the following exception:
```
ConvertDelphiProject.ConvertAllUnits: Exception happened while converting /var/tmp/MorseRunner/Main.pas
```
## What did you expect
Successful conversion or legible error message what's wrong (or any sane error message :).
## Steps to reproduce
1. Clone MorseRunnerCE project from github:
```
$ git clone https://github.com/w7sst/MorseRunner.git
```
2. Start Lazarus Delphi conversion with the following settings (but the setting isn't probably important):
{width=661 height=440}
## More information
I tried to drop non ASCII characters from the `Main.pas` file (namely the first character and the '©' characters), but it didn't help. At some time the project was translatable, because the older fork (https://github.com/zmetzing/MorseRunner.git) was successfully converted and seems is still convertible with Lazarus.
issue