View Single Post
Old 06-17-2025, 12:22 PM   #18
andjbock
Hall Of Famer
 
andjbock's Avatar
 
Join Date: Jul 2003
Location: Somerville, MA, USA Bats: Right Throws: Left
Posts: 3,637
I finally figured this out. For me, I had to go into index.php and replace

Code:
<?php 
header('Content-type: text/html; charset=ISO-8859-1', true);
with

Code:
<?php 
header('Content-Type: text/html; charset=UTF-8');
andjbock is offline   Reply With Quote