You can control for your DSN settings in CF admin for Unicode compatibility.
If you have SQL Server: Try to be sure to have a check on CF admin for "Enable Unicode for data sources configured for non-Latin characters". For your custom tables use nvarchar, ntext etc. for your unicode fields.
If you have MySQL: Try to use MySQL 4.1 or newer. If your MySQL on a Linux server, try to use "jdbc:mysql://<yourserver>:<yourport>/<yourdb>?useUnicode=true&characterEncoding=UTF-8" as JDBC URL.
Etc. etc.
On 10/26/06, Chris Roth <[EMAIL PROTECTED]> wrote:
Thanks, where do I check/set this setting "UNICODE"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---
