lua-users home
lua-l archive

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


Hi Guys.

I made a script using LuaSQL to syncronize two databases, one is a MS SQL Server 2008 and the other is a My SQL 5.0. It works well except for the accents (á, é, ç ...). When a field have any accented character it is copied like some garbage (two bytes for each accented char) and truncate the final characters. Both MS SQL and MySQL are with "Latin1" code page. I know Lua is 8 bit based. Do you know how to resolve this?

Thanks,

--
Marco Antonio Abreu
Analista de Sistemas