View Issue Details

IDProjectCategoryView StatusLast Update
0021935MMW 5Tagging framework / input pluginspublic2026-01-14 19:25
Reportermichal Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2024.2 
Target Version2024.2.1Fixed in Version2024.2.1 
Summary0021935: Incorrect decoding of Ansi ID3 text tags on Japanese Windows
DescriptionOn Japanese Windows, ID3 text frames saved with ANSI encoding from MP3 files are displayed incorrectly, because our process manifest is set to activeCodePage="UTF-8" (the only supported value on Windows 10). We should detect the locale and convert text from an explicit code page (e.g. CP932 on Japanese systems) to UTF‑8/Unicode.

Note - ANSI encoding is not portable to different systems, but some users still have it in their files, this should fix it for them.
Additional InformationTicket 15357
Ticket 8604
https://www.mediamonkey.com/forum/viewtopic.php?t=108995
TagsNo tags attached.
Fixed in build3202

Relationships

related to 0021484 closedpetr Add activeCodePage to application manifest 

Activities

michal

2026-01-14 19:25

developer   ~0080303

Fixed in build 3202. It now detects default code page from system, not from process, so it should work like before.