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

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

2 Comments

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

Sign in to comment.

 Accepted Answer

Kojiro Saito
Kojiro Saito on 3 Feb 2021

0 votes

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

1 Comment

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

Sign in to comment.

More Answers (0)

Products

Release

R2020b

Asked:

on 2 Feb 2021

Commented:

on 3 Feb 2021

Community Treasure Hunt

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

Start Hunting!