Ignore:
Timestamp:
2011/04/13 09:47:06 (13 years ago)
Author:
Seasoft
Message:

#1246 (MySQL 環境で文字化け)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/SC_Query.php

    r20764 r20833  
    7777        } 
    7878        if (!PEAR::isError($this->conn)) { 
    79             $this->conn->setCharset(CHAR_CODE); 
     79            $this->conn->setCharset('utf8'); 
    8080            $this->conn->setFetchMode(MDB2_FETCHMODE_ASSOC); 
    8181        } 
Note: See TracChangeset for help on using the changeset viewer.