forked from Public/monero-gui
Merge pull request #1141
5d2d6ad UTF-8 support for filenames and paths under Windows
This commit is contained in:
@@ -185,14 +185,6 @@ ColumnLayout {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Don't allow non ascii characters in path on windows platforms until supported by Wallet2
|
||||
if (isWindows) {
|
||||
if (!isAscii(path)) {
|
||||
walletErrorDialog.text = qsTr("Non-ASCII characters are not allowed in wallet path or account name") + translationManager.emptyString;
|
||||
walletErrorDialog.open();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user