lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Romulo, All,


> What charset issue? The driver just handles strings as-is, without any
> conversion.

Strings never just "are", but anyway I can have a look into this.


> I don't know if it is the driver's responsibility to do
> character mapping,

If your Firebird connection character set (encoding) differs from
the system character set (encoding), sure there are conversions
to do in the driver.


> Honestly, I just use iso-8859-1 and am happy with it.

If every character set matches in your system setup
(charset of the database table, connection charset,
system charset, and the charset the user expects),
no problems will occur.

This is the (legitimate) reason why charset issues
are usually postponed until someone has the
requirements to handle different charsets.


> Next week I'll hold a day or two to upload something alpha-usable.

That would be fine.


Regards,
Peter