LoginSignup
0
0

More than 5 years have passed since last update.

SqliteManager UTF-8

Posted at

下記ファイルの文字コード設定箇所を変更します。
lang\japanese.inc.php

// $charset = 'euc-jp';
// $langSuffix = 'ja-euc';

$charset = 'utf-8';
$langSuffix = 'ja-utf-8';

lang\japanese.inc.phpファイルをUTF-8で保存します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0