mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #8] No mapping for the Unicode character exists #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @markjoshwel on GitHub (Dec 9, 2021).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/8
Song: Lamp - 雨降る夜の向こう
Also thank you for this project! It's a real help.
@markjoshwel commented on GitHub (Dec 9, 2021):
This also seems to happen with other Japanese titled songs. Perhaps using something like UTF-8 or normalising the name would help?
@Rafiuth commented on GitHub (Dec 10, 2021):
Thanks for reporting this.
It looks like this only happens on tracks that have already been downloaded - the logger would try to convert the path to ANSI and fail. I've changed the code to convert to UTF8, and it seems to be working fine now.
Can you confirm this works? https://github.com/Rafiuth/Soggfy/releases/download/v1.4.8/Soggfy-1.4.8.zip
@markjoshwel commented on GitHub (Dec 10, 2021):
It works! Thank you!