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

Question marks are silently removed from entries #350

Closed
p14e opened this issue Apr 21, 2024 · 2 comments
Closed

Question marks are silently removed from entries #350

p14e opened this issue Apr 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@p14e
Copy link

p14e commented Apr 21, 2024

Hi,

first I must say QLog is an awesome logging program and I like it very much. Keep up the good work!

I'm using QLog 0.34 (commit 5f8bf45) compiled directly from the git-sources.

I just noticed that QLog silently modifies or even completely removes ADIF-tags containing a question mark ("?"). I imported an ADIF-log containing a comment-tag like "foobar ?" and some other field containing only a single "?", then I added some info like gridsquares to several log-entries and exported the full log as .ADI and .ADX. After that I noticed by pure chance that the question-mark disappeared from the comment-tag (it now reads just "foobar ") and the tags with the single question mark were completely gone.

I hope this can be fixed soon.

Thanks & Best Regards,
Patrick

@foldynl foldynl added the bug Something isn't working label Apr 21, 2024
foldynl added a commit that referenced this issue Apr 22, 2024
Reword removeAccents to use iconv translit option.
foldynl added a commit that referenced this issue Apr 22, 2024
Reword removeAccents to use iconv translit option.
@p14e
Copy link
Author

p14e commented May 1, 2024

Hi,

I can confirm commit 9b86166 fixes the issue. I'm looking forward to the next release. :-)

Thanks for fixing it!

Best Regards,
Patrick

@foldynl
Copy link
Owner

foldynl commented May 1, 2024

the next release will hopefully be soon. It will not use commit 9b86166 but commit 65fc34b . There was an issue under Windows

please be careful when using these devel commits. I don't recommend test them if you don't know what you are doing (more #361)

@foldynl foldynl closed this as completed in 65fc34b May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants