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.
を使用してデータベースから列を読み取っていますrs.getString() method。列にはマルチバイトデータが含まれています。
rs.getString() method
を介して取得するrs.getString()と、データが文字化けし、すべてのマルチバイト文字がとして表示され??????ます。
rs.getString()
??????
何をすべきか提案してください。
を使ってみ-Dfile.encoding=UTF8ましたが、うまくいきません。
-Dfile.encoding=UTF8
デコードしようとしているマシンに言語セットがインストールされていますか? 任意の方法を使用してデータを正しく取得できますか?