Log In (forget password?)

Tag:

3 entries about utf8.

MySQL 5.x vs. UTF-8 ???
in Live Soul by Live Soul, 39 days ago
เกริ่น ผมพึ่งได้มีโอกาสได้สัมผัสกับ MySQL 5.x เมื่อไม่นานนี่เอง หลังจากที่ไม่ได้จับมานาน เนื่องจากงานที่ผมรับผิดชอบอยู่ เป็นงานเกี่ยวกับ GIS เนื่องจากบริษัททำเกี่ยวกับ GPS และเลือก...
Tags: charset, mysql, utf8
Converting in Ubuntu
in A Normal Monoguy by monoguy, 136 days ago
Converting and nrg file to an iso file sudo apt-get install nrg2iso nrg2iso IMAGE.nrg IMAGE.iso Convert a tis620 file to a unicode file iconv -f tis620 -t utf8 joke.tex -o newjoke...
ติดตั้ง mysql พร้อมเปลี่ยน charset เป็น utf8 บน Linux
in Mz.Gapoo by GMz, 285 days ago
#> aptitude install mysql-server-5.0 #> mysqladmin -u root password mypwd #> nano /etc/mysql/my.cnf [mysqld] character-set-server = utf8...
Tags: linux, mysql, utf8