Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log encoding errors as problems #313

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

luebbe
Copy link
Contributor

@luebbe luebbe commented Aug 18, 2021

When parsing projects with DelphiAST I had the problem that there were some files with broken encoding. These only resulted in a general exception without telling me the name of the affected file.

This PR adds logging for EEncodingError Exceptions, so they can be listed when the parsing is done.

The output of my test application:

2 problems
2 D:\Projects\FileA.pas: Keine Zuordnung für Unicode-Zeichen in der Multibyte-Zielcodeseite vorhanden
2 D:\Projects\FileB.Ini.pas: Keine Zuordnung für Unicode-Zeichen in der Multibyte-Zielcodeseite vorhanden

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant