Hello.
This is my first post to this mailling list. My name is Yoshikazu, I'm Japanese. I found some problems for multi-bytes character enviroment like Japanese.
One problem may happened only with MySQL 5. If an attached file name contains multi-bytes character in UTF-8, that file name will covert to question mark. (ex. "????????????.jpg")
This is caused by that 'session' table character set was ASCII. MySQL 5 convert UTF-8 session.vars to ASCII when the attached file name was stored in session. So, I think 'session' table character set shoud be UTF-8.
I have already succeeded. This problem was solved by changing session table character set to utf8.
==
ALTER TABLE session
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci,
CHANGE sess_id
sess_id
VARCHAR( 40 ) CHARACTER SET utf8 COLLATE
utf8_general_ci NOT NULL,
CHANGE ip
ip
VARCHAR( 15 ) CHARACTER SET utf8 COLLATE utf8_general_ci
NOT NULL,
CHANGE vars
vars
text CHARACTER SET utf8 COLLATE utf8_general_ci NOT
NULL;
-- /** -----------------------------------------
*/
On 6/27/07, Yoshikazu yskzt@church.ne.jp wrote:
Hello.
This is my first post to this mailling list. My name is Yoshikazu, I'm Japanese. I found some problems for multi-bytes character enviroment like Japanese.
Thank you for your feedback, I created a ticket for this issue: http://trac.roundcube.net/trac.cgi/ticket/1484456
In future, please report errors on the trac.
Cheers, Till
Hello Till
OK. I'll create some tickets for other problems. How can I add comment to the existing tickets ?
Yoshikazu
On Wed, 27 Jun 2007 15:05:43 +0200, till klimpong@gmail.com wrote:
On 6/27/07, Yoshikazu yskzt@church.ne.jp wrote:
Hello.
This is my first post to this mailling list. My name is Yoshikazu, I'm Japanese. I found some problems for multi-bytes character enviroment
like
Japanese.
Thank you for your feedback, I created a ticket for this issue: http://trac.roundcube.net/trac.cgi/ticket/1484456
In future, please report errors on the trac.
Cheers, Till
you have to create a login first. then you see all the options.
kind regards, raoul bhatia
Yoshikazu wrote:
Hello Till
OK. I'll create some tickets for other problems. How can I add comment to the existing tickets ?
Yoshikazu
On Wed, 27 Jun 2007 15:05:43 +0200, till klimpong@gmail.com wrote:
On 6/27/07, Yoshikazu yskzt@church.ne.jp wrote:
Hello.
This is my first post to this mailling list. My name is Yoshikazu, I'm Japanese. I found some problems for multi-bytes character enviroment
like
Japanese.
Thank you for your feedback, I created a ticket for this issue: http://trac.roundcube.net/trac.cgi/ticket/1484456
In future, please report errors on the trac.
Cheers, Till
Of course, I registered and logged in to trac. And, I can create a new ticket. I created new ticket http://trac.roundcube.net/trac.cgi/ticket/1484457 . However, the comment form isn't displayed in an existing ticket.
On Wed, 27 Jun 2007 18:43:14 +0200, "Raoul Bhatia [IPAX]" r.bhatia@ipax.at wrote:
you have to create a login first. then you see all the options.
kind regards, raoul bhatia
Yoshikazu wrote:
Hello Till
OK. I'll create some tickets for other problems. How can I add comment to the existing tickets ?
Yoshikazu
On Wed, 27 Jun 2007 15:05:43 +0200, till klimpong@gmail.com wrote:
On 6/27/07, Yoshikazu yskzt@church.ne.jp wrote:
Hello.
This is my first post to this mailling list. My name is Yoshikazu, I'm Japanese. I found some problems for multi-bytes character enviroment
like
Japanese.
Thank you for your feedback, I created a ticket for this issue: http://trac.roundcube.net/trac.cgi/ticket/1484456
In future, please report errors on the trac.
Cheers, Till
-- ____________________________________________________________________ dipl.-ing. (fh) raoul bhatia email. r.bhatia@ipax.at IPAX web. http://www.ipax.at chief technician, support irc. #ipax (quakenet) ____________________________________________________________________
Ticket comments are currently disabled due to massive amounts of spam. They should be re-enabled soon, hopefully.
Thanks, Adam
On 6/27/07, Yoshikazu yskzt@church.ne.jp wrote:
Of course, I registered and logged in to trac. And, I can create a new ticket. I created new ticket http://trac.roundcube.net/trac.cgi/ticket/1484457 . However, the comment form isn't displayed in an existing ticket.
On Wed, 27 Jun 2007 18:43:14 +0200, "Raoul Bhatia [IPAX]" r.bhatia@ipax.at wrote:
you have to create a login first. then you see all the options.
kind regards, raoul bhatia
Yoshikazu wrote:
Hello Till
OK. I'll create some tickets for other problems. How can I add comment to the existing tickets ?
Yoshikazu
On Wed, 27 Jun 2007 15:05:43 +0200, till klimpong@gmail.com wrote:
On 6/27/07, Yoshikazu yskzt@church.ne.jp wrote:
Hello.
This is my first post to this mailling list. My name is Yoshikazu, I'm Japanese. I found some problems for multi-bytes character enviroment
like
Japanese.
Thank you for your feedback, I created a ticket for this issue: http://trac.roundcube.net/trac.cgi/ticket/1484456
In future, please report errors on the trac.
Cheers, Till
-- ____________________________________________________________________ dipl.-ing. (fh) raoul bhatia email. r.bhatia@ipax.at IPAX web. http://www.ipax.at chief technician, support irc. #ipax (quakenet) ____________________________________________________________________
-- /** -----------------------------------------
- Yoshikazu Tsuji @ church.ne.jp
- E-mail : yskzt@church.ne.jp
- Web : http://church.ne.jp/
*/
OK, I see.
Thanks. Yoshikazu
On Wed, 27 Jun 2007 12:34:01 -0500, "Adam Grelck" adam.grelck@gmail.com wrote:
Ticket comments are currently disabled due to massive amounts of spam. They should be re-enabled soon, hopefully.
Thanks, Adam
On 6/27/07, Yoshikazu yskzt@church.ne.jp wrote:
Of course, I registered and logged in to trac. And, I can create a new ticket. I created new ticket http://trac.roundcube.net/trac.cgi/ticket/1484457 . However, the comment form isn't displayed in an existing ticket.
On Wed, 27 Jun 2007 18:43:14 +0200, "Raoul Bhatia [IPAX]" r.bhatia@ipax.at wrote:
you have to create a login first. then you see all the options.
kind regards, raoul bhatia
Yoshikazu wrote:
Hello Till
OK. I'll create some tickets for other problems. How can I add comment to the existing tickets ?
Yoshikazu
On Wed, 27 Jun 2007 15:05:43 +0200, till klimpong@gmail.com wrote:
On 6/27/07, Yoshikazu yskzt@church.ne.jp wrote:
Hello.
This is my first post to this mailling list. My name is Yoshikazu,
I'm
Japanese. I found some problems for multi-bytes character
enviroment
like
Japanese.
Thank you for your feedback, I created a ticket for this issue: http://trac.roundcube.net/trac.cgi/ticket/1484456
In future, please report errors on the trac.
Cheers, Till
-- ____________________________________________________________________ dipl.-ing. (fh) raoul bhatia email. r.bhatia@ipax.at IPAX web. http://www.ipax.at chief technician, support irc. #ipax (quakenet) ____________________________________________________________________
-- /** -----------------------------------------
- Yoshikazu Tsuji @ church.ne.jp
- E-mail : yskzt@church.ne.jp
- Web : http://church.ne.jp/
*/