Lua 處理 UTF-8 字串

Posted on Mon 17 October 2016 in note • Tagged with lua, utf8

最近要用 Lua 處理 UTF-8 字串,但是 Lua 到了 5.3 才開始支援 UTF-8。

UTF-8 字串長度及複製

我的需求很簡單,只要判斷字串長度及類似 strncpy …


Continue reading

MySQL 設定 utf8 為預設 charset

Posted on Wed 13 February 2013 in note • Tagged with mysql, utf8, utf8mb4, unicode

因為 debian 預設還是 latin1 所以找了一下如何設定。有一種設定在 5.5.x(不確定哪一版開始) 之後會讓 mysqld 開不起來。

[mysqld]
default-character-set = utf8

上面這 …


Continue reading