Skip to content

ParserM3u: rewrite for Qt6 compatibility#4418

Merged
Be-ing merged 1 commit intomixxxdj:mainfrom
Be-ing:parserm3u_rewrite
Oct 14, 2021
Merged

ParserM3u: rewrite for Qt6 compatibility#4418
Be-ing merged 1 commit intomixxxdj:mainfrom
Be-ing:parserm3u_rewrite

Conversation

@Be-ing
Copy link
Copy Markdown
Contributor

@Be-ing Be-ing commented Oct 14, 2021

QTextStream no longer supports uncommon encodings like Windows-1250
in Qt6:
https://bugreports.qt.io/browse/QTBUG-75665

Copy link
Copy Markdown
Contributor

@uklotzde uklotzde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only a minor suggestion.

Should we extract all the string constants that are scattered throughout the code? At least extracting kWindowsEncoding would help.

Comment thread src/library/parserm3u.cpp Outdated
@Be-ing Be-ing force-pushed the parserm3u_rewrite branch 5 times, most recently from 1d8cde4 to dccdc4b Compare October 14, 2021 09:38
Comment thread src/library/parserm3u.cpp Outdated
Comment thread src/library/parserm3u.cpp Outdated
QTextStream no longer supports uncommon encodings like Windows-1250
in Qt6:
https://bugreports.qt.io/browse/QTBUG-75665
@Be-ing Be-ing force-pushed the parserm3u_rewrite branch from dccdc4b to 7c9ba33 Compare October 14, 2021 21:14
@Be-ing Be-ing merged commit a006552 into mixxxdj:main Oct 14, 2021
@Be-ing Be-ing deleted the parserm3u_rewrite branch October 14, 2021 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants