2024 Dec 09 8:08 AM - edited 2024 Dec 19 8:31 AM
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
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.