Subject Re: Special nordic letters in column names
Author Milan Babuskov
> Is there a method to make Firebird accept the special nordic letters
> (æøå) in column names?

Yes, you need to quote them using double quotes.

> I'm using iSQL on Linux to create the tables. Hmm, perhaps it's an iSQL
> problem, and not a Firebird problem??

I'm not sure whether isql supports utf8 names. Perhaps that's what SET
NAMES UTF8 command is for?

Anyway, you can do it with FlameRobin without any problems. Just use
the quotes and you can put anything inside:

CREATE TABLE t1 ( "My column with wierd chars" integer );

--
Milan Babuskov
http://www.guacosoft.com