Fix don't show title in recent files list may not work because title have special chars.#1035
Fix don't show title in recent files list may not work because title have special chars.#1035lifegpc wants to merge 1 commit intoclsid2:developfrom
Conversation
…have special chars.
|
Hi, |
|
They are same if |
|
Isn't possible instead of regex and all this code convert to std::u32string and use std::u32string::find? |
|
This is not necessary. CStringW use UTF-16. |
|
Then about std::u16string::find? |
|
|
|
I see title and filename equal in MPC-HC. If yes, then there is an additional bug in ffmpeg or youtube-dl because these characters shouldn't be muxed in the file. |
|
It already shows only filename here. What does this change? |
|
When title include some chars which can not used in file name. (Such as /.) Some downloader such as youtube-dl will replace it to _. |
The example file download with YouTube-DL. |

fix this.