firebirdsql icon indicating copy to clipboard operation
firebirdsql copied to clipboard

cyrillic connection path

Open alikxus opened this issue 3 years ago • 1 comments

Hi, if i have directory with cyrillic symbols, do i have opportunities work with date base inside that directory? when i want connect to the database i get error - I/O error during "CreateFile (open)" operation for file "D:\ДИРЕКТОРИЯ\test.FDB" Error while trying to open file

ДИРЕКТОРИЯ - this is a cyrillic directory if i check it - _, err := os.Stat(path); os.IsNotExist(err) i do not have any errors. Also i connect to my database with any SQL client and do not have any errors

alikxus avatar Jun 29 '21 06:06 alikxus

Sorry I don't know how to treat non us-ascii file names.

nakagami avatar Jun 29 '21 08:06 nakagami