Hi, I'm fetching some data from mysql with national characters. mysql needs to be told which character encoding client wants. It's done by query "SET NAMES xyz" (like SET NAMES latin2).
I wonder how to do that in exim so all connections to mysql will have "set names" as first command. Is there some smart way without patching exim? -- Arkadiusz MiĆkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
