search for: sql_latin1

Displaying 1 result from an estimated 1 matches for "sql_latin1".

2006 Nov 09
2
SQLServer + (OSX/linux) + accents
Hello, I wrote a RoR app on OSX and SQL Server. The DB uses SQL_Latin1, so I use Iconv to convert to UNICODE every dynamic text I show on the pages (Iconv.conv(''utf-8'', ''iso-8859-1'', string)). That''s been working fine until I deployed the app on a debian box. Since then, the accents are shown as question marks, and I do...