Android Question Reading Russian file name.

PD.Knol

Member
Licensed User
Longtime User
Hey,

I have stored files via B4A Designer. I can also find the files with the appropriate name using the Designer. only through

Key (i) .Bitmap = LoadBitmap (File.DirAssets, "LetterЯ" & ".png")

I can not load the files. This problem is only with Russian characters.

Does anyone know how I can read Russian filename.
 

PD.Knol

Member
Licensed User
Longtime User
I used above code. But always get such image shows error.
Image2.jpg


I now have the letters numbered and made a translation in the application.

Thanks for your response.
 
Upvote 0

Taha

Member
Licensed User
Longtime User
Hi, Erel, I confirm the issue exists with non-english characters in file/directory names. I encountered this when tried ssh command:

B4X:
ssh.execCommand("ls " & QUOTE & "Communiqué" & QUOTE, 13)

Pay attention to last letter in directory name - it is non-English. In Putty it works flawless.

Please, suggest a workaround, thanks!
 
Upvote 0

Taha

Member
Licensed User
Longtime User
Hi, Erel! Sorry - the issue is not connected to your product. Finally I found out that there is something wrong with commands encoding in jkSSH2 library.
 
Upvote 0
Top