2017年6月27日

(MySQL) 解決德文字亂碼問題

(問題)將本機端MySQL資料匯出後匯入到1und1雲端MySQL,造成德文幾個特殊字元例如äüöß變成亂碼



(解決)
匯出編碼使用
Utf-8

匯入編碼使用
HTML charset: iso-8859-1, windows-1252

沒有留言:

張貼留言

<Javascript> How to uncompressed GZIP at front-end using Javascript

It's been a while I haven't share my coding work. In this article I would like to share how to receive a Gzip file via stream, unzip...