portal entry

select a category, or use search below
(searches all categories and all time range)
Title:

How to use Unicode for Chinese characters in ColdFusion and MySQL

| View in Portal
December 19, 2017 05:22:01 PM GMT
0 Comments
<p>Recently I worked in a project where special characters needed to be stored in a database, to be specific we needed to handle Chinese characters, to achieve this, some configurations need to be done in the ColdFusion Administrator regarding the Connection String setting and the database has to be created with certain parameters. Creating the Database to use Unicode create database meid default CHARACTER SET=utf8mb4 default COLLATE=utf8mb4_unicode_ci As you can see the character set is utf8mb4, and the collate is utf8mb4_unicode_ci.  You may […]</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2017/12/how-to-use-unicode-for-chinese-characters-in-coldfusion-and-mysql/">How to use Unicode for Chinese characters in ColdFusion and MySQL</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Labels: Blog, Data Source, Encoding, characterEncoding, ColdFusion, data source, mysql, unicode

Comments: