語法
is_unicode = ccnx.use_unicode() # getter ccnx.use_unicode(bool) # setter
不帶參數時,會傳回 True 或 False,以指出 MySQL 實例是否將非二進位字串傳回為 Unicode。
True
False
MySQL
帶有布林參數時,會設定 MySQL 實例是否將非二進位字串傳回為 Unicode。