Question : SQL Collation Type For Phonetic Symbols

What type of database collation would I use for storing properly Phonetic Symbols?

Right now they store funky with the default setting of SQL 2005.
see screenshot

 
 
 

Answer : SQL Collation Type For Phonetic Symbols

Hmm.... actually listRest() is better.  It'll handle cases where the file name portion contains a dash.

ie
882AFB3103E10DC0015168C165804FEC-THIS FILE NAME-CONTAINS-LOTS-OF-DASHES.doc
<cfset fileName = listRest(docName.name, "-")>
Random Solutions  
 
programming4us programming4us