We have a SQL Server 2000 database with collation set SQL_Latin1_General_CP1_CI_AS
- When exploring the table data with SQL server we can't distinguish Arabic characters(e.g. ÇæÇãÑ ÇáãÔÑæØÉ).
- When exploring the table data with a PB7 datawindow and using
MS Sans Serif font
, Arabic data displays well. - When exploring the table data with a PB11 datawindow and using
MS Sans Serif font
or any other font arabic data does not display well (e.g. ÇæÇãÑ ÇáãÔÑæØÉ), so we can't migrate to PB11.
Could anyone advice me on how to solve the migration from PB7 to PB11 to deal correctly with latin-1 database encoding and Arabic data.