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.
この単純なMySQLクエリについて考えてみます。
SELECT CHAR(224 USING UTF8)
これは私に何も返していません。私はそれがàを返すことを期待します。
照合を指定してみました:
SELECT CHAR(224 USING UTF8) COLLATE UTF8_BIN
しかし、それもうまくいきませんでした。
何か案は?
次はどうですか
SET CHARSET utf8; SET NAMES utf8; SELECT char(0x00E0 using ucs2);