HI, i've got issue opening cyrillic files in smb share with this example https://github.com/rapid7/ruby_smb/blob/master/examples/read_file.rb
When filename is: 'Мой файл.md' in root of my share - i see error STATUS_OBJECT_NAME_NOT_FOUND
When filename is 'My File.md' - it works perfect.
Any ideas how to deal with it?