Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースの「テキスト」フィールドにテキストを挿入すると、次のような不要な文字が自動的に生成されますÂ
Â
使っていますcharset= iso-8859-1
charset= iso-8859-1
これを解決するには?
CHARSET=ISO-8859-1 をCHARSET=UTF-8に変更
詳細はこちらhttp://en.wikipedia.org/wiki/UTF-8