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

DataBase Toolboxを用いてPostgresで作成したデータベースに接続しています。
その際に、日本語で表示されるはずの箇所が文字化けしています。
どのようにしたら解消することが可能でしょうか。
MATLABのVer:2020b
よろしくお願いいたします。

2 commentaires

Kojiro Saito
Kojiro Saito le 3 Fév 2021
どこが文字化けしているのか把握するために、スクリーンショットを添付してもらえますでしょうか?
hatosan
hatosan le 3 Fév 2021
下部のnameやshort_nameなどの箇所です。

Connectez-vous pour commenter.

 Réponse acceptée

Kojiro Saito
Kojiro Saito le 3 Fév 2021

0 votes

PostgreSQLのドライバー(NativeまたはJDBCなど)の接続オプションに、「client_encoding」、「SJIS」を付けてDBに接続し直してみたら解消すると思います。
エンコードの値はPostgreSQLのドキュメントにあります。
日本語だと、SJIS、EUC_JPあたりのエンコードが良いかと思います。

1 commentaire

hatosan
hatosan le 3 Fév 2021
無事、文字化け解決できました。
ありがとうございました。

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 線形代数 dans Centre d'aide et File Exchange

Produits

Version

R2020b

Community Treasure Hunt

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

Start Hunting!