Quantcast
Channel: SCN: Message List - SAP SQL Anywhere
Viewing all articles
Browse latest Browse all 2182

Re: Accent characters processed as plain characters!

$
0
0

Something like this should work for you:

 

dbinit -a -z UCA -ze windows-1252 mydb.db

 

-a : treat accented characters as different

-z : use the UCA collation for sorting

-ze: the encoding for all CHAR datatypes is 1252

 

You can read more about collations here to better understand how they work:

SQL Anywhere Collations

 

--Jason


Viewing all articles
Browse latest Browse all 2182

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>