Can I use Unicode characters in the .xcation filename?
If I name a file such as "Оплаты", then when opening a message appears "This page cannot be accessed directly. It must be linked to from other pages". But the name is displayed in the browser correctly.
If I name a file "Payment", then the file will write "<title> <! [CDATA [Оплаты]]> </ title>", it is opened and displayed correctly. But when re-saving a file is written "<title> <! [CDATA [Payment]]> </ title>"
In java machine parameters already added -Dfile.encoding = utf-8
If I name a file such as "Оплаты", then when opening a message appears "This page cannot be accessed directly. It must be linked to from other pages". But the name is displayed in the browser correctly.
If I name a file "Payment", then the file will write "<title> <! [CDATA [Оплаты]]> </ title>", it is opened and displayed correctly. But when re-saving a file is written "<title> <! [CDATA [Payment]]> </ title>"
In java machine parameters already added -Dfile.encoding = utf-8