English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am not able to insert/select data which are not supported by default Windows system in MySQL. I couldn't get success even after changing the table's character set into "utf-8" and collation into "utf8_unicode_ci". For example "中文聽說", I could not insert characters like this in MySQL 4.1. Kindly help me sort this problem

2006-07-17 23:58:01 · 1 answers · asked by Ravi K 1 in Computers & Internet Programming & Design

1 answers

Where does the information from the MySQL table need to be rendered? If you only need to display this on a web page it might be best to encode the information (using the % codes) so that it will render in a web page and not have issues in the database.

2006-07-18 01:06:32 · answer #1 · answered by John J 6 · 0 0

fedest.com, questions and answers