データベース ツール​ボックスアプリの文字​化けの解消法について

3 visualizaciones (últimos 30 días)
hatosan
hatosan el 2 de Feb. de 2021
Comentada: hatosan el 3 de Feb. de 2021
DataBase Toolboxを用いてPostgresで作成したデータベースに接続しています。
その際に、日本語で表示されるはずの箇所が文字化けしています。
どのようにしたら解消することが可能でしょうか。
MATLABのVer:2020b
よろしくお願いいたします。
  2 comentarios
Kojiro Saito
Kojiro Saito el 3 de Feb. de 2021
どこが文字化けしているのか把握するために、スクリーンショットを添付してもらえますでしょうか?
hatosan
hatosan el 3 de Feb. de 2021
下部のnameやshort_nameなどの箇所です。

Iniciar sesión para comentar.

Respuesta aceptada

Kojiro Saito
Kojiro Saito el 3 de Feb. de 2021
PostgreSQLのドライバー(NativeまたはJDBCなど)の接続オプションに、「client_encoding」、「SJIS」を付けてDBに接続し直してみたら解消すると思います。
エンコードの値はPostgreSQLのドキュメントにあります。
日本語だと、SJIS、EUC_JPあたりのエンコードが良いかと思います。
  1 comentario
hatosan
hatosan el 3 de Feb. de 2021
無事、文字化け解決できました。
ありがとうございました。

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!