cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sp_move_file does not find the file with "č" character in filename

Andraz
Explorer
0 Likes
653

On UNIX, the Directory and file system procedures do not find the files that use easter european characters. Can anyone confirm?

For example: SELECT sp_move_file('/disk2/temp/Testfileč.txt', '/disk2/temp2/Testfileč.txt');

...returns an error: File or directory not found SQLCODE= -1659

Database: SQL Anywhere 17.0.11.7432, UNIX, UTF-8

 

EDIT:
CALL xp_write_file('tmp/Testfileč.txt', '123456' ); -- ok
SELECT sp_move_file(N'tmp/Testfileč.txt', N'tmp/Testfileč2.txt'); -- error

Db Property(collation);Db Property(charset);Db Property(ncharcollation);Db Property(ncharcharset)
UCA;UTF-8;UCA;UTF-8

 

Accepted Solutions (0)

Answers (0)