Hi all, Cache does not support Turkish by default, so I did the Cache installation as Unicode when I first installed Cache. (Setup warned me about unicode setup is irreversible)
So far I haven't faced any problems with this configuration. But today I've tried migrating data into Cache from an SQL Server database with an nvarchar field of length of 100. The counterpart field in Cache is of type %string. Then I linked to the original table from Cache, wrote a method which while browsing all the records in the original table, creates and saves new objects in the Cache application. The method worked fine, except for the fact that only the first 51 characters in the original field was translated into Cache. Also when I sort records according to the name, any Turkish characters appear in the end of the list. So, 2 problems: 1. How can I correctly (full length) get the text fields? 2. How can I write/apply a sort order for a language not supported by Cache? Any ideas? Thanks, Teoman
