Search found 5 matches

by hiromisuzuki
Fri Sep 02, 2011 5:00 am
Forum: Bug reports
Topic: V 2.7 beta 3 exported csv including corrupt Japanese str
Replies: 3
Views: 4388

Re: V 2.7 beta 3 exported csv including corrupt Japanese str

Hi,

I opened the CSV file with text editor (sakura editor).
I also used MS Excel, but it display corrupted without first line.

Regards,

Thorsten wrote:Hi,

do you use MS Excel, LibreOffice or Apple Numbers?

bye
Thorsten
by hiromisuzuki
Thu Sep 01, 2011 11:09 am
Forum: Bug reports
Topic: V 2.7 beta 3 exported csv including corrupt Japanese str
Replies: 3
Views: 4388

V 2.7 beta 3 exported csv including corrupt Japanese str

Hi,

I found problem that Japanese strings become corrupted with export report to CSV.

I opened the exported file with UTF-8, then Japanese field names in first line is display correctly, but other lines are corrupted.
On brower, these strings is display correctly.

So, I modified the line 71 of ...
by hiromisuzuki
Thu Sep 01, 2011 10:34 am
Forum: Bug reports
Topic: V 2.7 beta 3 Multibyte strings become ???? on URL verifier
Replies: 1
Views: 2847

V 2.7 beta 3 Multibyte strings become ???? on URL verifier

Hi,

I noticed display problem of URL verifier.

When I add or edit FAQ and save it, then phpMyFAQ display output of URL verifier.
But it was corrupted as ??????????. I confirmed it with Arabic,Chinese,Hindi and Japanese.

I check inc/LinkVerifier.php near line 901, the string was decoded.
// If no ...
by hiromisuzuki
Fri Aug 26, 2011 11:33 am
Forum: Bug reports
Topic: V 2.7 beta 3 Japanese translate page become 500 error
Replies: 2
Views: 3821

Re: V 2.7 beta 3 Japanese translate page become 500 error

Hi,

I noticed that there is a problem with single/double quotation in strings.

For example, following line is added by phpMyFAQ. It seems single quote is converted to single quote + \ as below.
$LANG_CONF['main.enableLoginOnly'] = array(0 => \'checkbox\', 1 => \'Complete secured FAQ (default ...
by hiromisuzuki
Thu Aug 25, 2011 1:45 pm
Forum: Bug reports
Topic: V 2.7 beta 3 Japanese translate page become 500 error
Replies: 2
Views: 3821

V 2.7 beta 3 Japanese translate page become 500 error

Hello,
I found problem to save Japanese translate page, and fixed it by modified language file directory.

Bug description:
Save Japanese Interface translation page, then browser displays 500 error, and nothing displayed.
I checked server error log file, but there is no error message about 500 ...