mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
This commit is contained in:
committed by
Mounir IDRASSI
parent
64de5bc78a
commit
6b1da98d91
@@ -41,7 +41,9 @@ namespace VeraCrypt
|
||||
#endif
|
||||
{
|
||||
FInputStream.reset (new wxFFileInputStream (stdin));
|
||||
TextInputStream.reset (new wxTextInputStream (*FInputStream));
|
||||
// Set fallback encoding of the stream converter to UTF-8
|
||||
// to make sure we interpret multibyte symbols properly
|
||||
TextInputStream.reset (new wxTextInputStream (*FInputStream, wxT(" \t"), wxConvAuto(wxFONTENCODING_UTF8)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user