mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 06:49:41 +03:00
Think this needs converting back to local charset here otherwise non-ASCII file uploads don't work.
This commit is contained in:
parent
e65c91807e
commit
2aacb411fc
@ -181,7 +181,7 @@ char *path_to_url(const char *path)
|
||||
|
||||
char *filename_from_path(char *path)
|
||||
{
|
||||
return strdup(FilePart(path));
|
||||
return ami_utf8_easy(FilePart(path));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user