You may check constants.php.
line 26
declare(encoding='UTF-8');
Search found 5 matches
- Mon Oct 04, 2010 9:16 am
- Forum: Bug reports
- Topic: 2.6.6 cause incorrect display of Chinese words in DB
- Replies: 18
- Views: 24674
- Tue Sep 21, 2010 8:44 am
- Forum: Bug reports
- Topic: Error encoding in the edit record content
- Replies: 5
- Views: 5090
Re: Error encoding in the edit record content
Hi
Our database enviroment is as the following.
Server : Mysql 5.4.3
Charset : utf8
collation utf8_general_ci
Our database enviroment is as the following.
Server : Mysql 5.4.3
Charset : utf8
collation utf8_general_ci
- Tue Sep 21, 2010 3:21 am
- Forum: Bug reports
- Topic: Error encoding in the edit record content
- Replies: 5
- Views: 5090
Re: Error encoding in the edit record content


Our PHP Version is 5.2.10
- Fri Sep 17, 2010 8:00 am
- Forum: Bug reports
- Topic: Error encoding in the edit record content
- Replies: 5
- Views: 5090
Error encoding in the edit record content
After our phpmyFAQ upgrade to 2.6.8, user could not see the content in Chinese normally in edit record page.
I found the difference between 2.6.7 and 2.6.8 in record.edit.php.
On line 225
phpmyfaq 2.6.8
<?php if (isset($faqData['content'])) { print trim(PMF_String::htmlentities($faqData['content ...
I found the difference between 2.6.7 and 2.6.8 in record.edit.php.
On line 225
phpmyfaq 2.6.8
<?php if (isset($faqData['content'])) { print trim(PMF_String::htmlentities($faqData['content ...
- Mon Aug 30, 2010 12:00 pm
- Forum: Bug reports
- Topic: Can't attach files with Chinese filename
- Replies: 1
- Views: 2559
Can't attach files with Chinese filename
We have both phpmyfaq version 2.6.6 and 2.6.7.
And both version can't attach file with Chinese filename.
It showed Error as the following.
Add an attachment to the issue
The attached file must be smaller than 20000000 Bytes.
But I am sure that the file size is smaller than 2000000 bytes.
If I ...
And both version can't attach file with Chinese filename.
It showed Error as the following.
Add an attachment to the issue
The attached file must be smaller than 20000000 Bytes.
But I am sure that the file size is smaller than 2000000 bytes.
If I ...