lrc歌词文件转换编码为UTF-8 #68
Labels
No Label
bug
crypto
documentation
duplicate
enhancement
good first issue
help wanted
invalid
platform-android
platform-mac
platform-win
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: um/cli#68
Loading…
Reference in New Issue
Block a user
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?
从QQ音乐下载的音乐,附带的歌词,编码不是UTF8的,希望能在转换歌曲的时候,顺便监控歌词为UTF8
建议使用其它工具获取歌词文件。
因为编码转换不是该项目的目标,因此标记为 wontfix 并关闭。
如果需要批量转换,建议调用第三方程序进行检测/转换,或查找相应字符串。
下面是一段 bash 脚本,利用第三方工具(
iconv
/uchardet
/dos2unix
)来进行编码探测、转换。用例: