Skip to content

Commit

Permalink
Merge pull request #4084 from ogumemura/patch-1
Browse files Browse the repository at this point in the history
Update charset header in ja_jp.php from Shift_JIS to UTF-8
  • Loading branch information
connortechnology authored Jun 28, 2024
2 parents 193a782 + 2525ef7 commit 9d6d256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lang/ja_jp.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//
// Example
// header( "Content-Type: text/html; charset=iso-8859-1" );
header( "Content-Type: text/html; charset=Shift_JIS" );
header( "Content-Type: text/html; charset=UTF-8" );

// You may need to change your locale here if your default one is incorrect for the
// language described in this file, or if you have multiple languages supported.
Expand Down

0 comments on commit 9d6d256

Please sign in to comment.