[firebird-support] Charset of external table filename?

2015-09-24 Thread Kjell Rilbe kjell.ri...@datadia.se [firebird-support]
Hi, I'm trying to create an external table to import a list of id numbers like this: create table "ExLöpnr" external file 'D:\Löpnr.txt' ( "Löpnr" char(7) character set win1252, "CRLF" char(2) character set win1252 ); But when I try to select from it, Firebird creates a new empty file

[firebird-support] Charset for external table filename

2013-06-18 Thread Kjell Rilbe
Hi, I just tried to create an external table with a filename that contains ö. The database charset is UTF-8 and I did it from FlameRobin using UTF-8 as connection character set. It failed because the filename obviously got encoded as UTF-8, and passed like that to the server's file system,