mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-10-20 10:43:28 +00:00
Fix font file unicode name is not supported
This commit is contained in:
@@ -149,7 +149,7 @@ public class WebfontPanel : WebpagePanel
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var localPath = _fallbackPath + requestedUri.AbsolutePath.Replace('/', '\\');
|
var localPath = _fallbackPath + Uri.UnescapeDataString(requestedUri.AbsolutePath).Replace('/', '\\');
|
||||||
|
|
||||||
if (File.Exists(localPath))
|
if (File.Exists(localPath))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user