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 にインポートされた geonames.org データベースに問題があります。テーブル 'alternatenames' で utf8_general_ci を使用していますが、キリル文字の名前 (たとえば、Тур のようなオブジェクト) のエンコードが正しくありません。文字を正しく表示するための良い方法はありますか?
この問題を解決しました。単純な utf8 の代わりに utf8mb4 エンコーディング (geonames エンコーディングの新しい標準) を使用しました。すべてのキリル文字が正しくなりました。