Some characters not accepted in entry text

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Janine
Regular
Posts: 13
Joined: Tue Apr 03, 2007 8:48 am

Some characters not accepted in entry text

Post by Janine »

Im having problems posting some characters in the entry body. One character that gives problems is: ”

The error that appears is:

Error:

INSERT INTO serendipity_entries (title,timestamp,body,extended,isdraft,allow_comments,moderate_comments,exflag,comments,last_modified,author,authorid) values ('Test', '1175621306', '”', '', 'false', 'true', 'false', '0', '0', '1175621306', 'John Doe', '1')

/ Data too long for column 'body' at row 1

When I remove this character from my text the entry is approved!

Any ideas what might be the cause?
Janine
Regular
Posts: 13
Joined: Tue Apr 03, 2007 8:48 am

Post by Janine »

For example: „hello” is not accepted
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

What are the character encodings for your blog and your database? If they're both UTF-8, I would expect this to work. If they don't match, or they're some ASCII derivative, I would expect this to fail.
Judebert
---
Website | Wishlist | PayPal
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Also which database are you using? MySQL?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Janine
Regular
Posts: 13
Joined: Tue Apr 03, 2007 8:48 am

Post by Janine »

Yes, MySQL latest version!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Okay, then judebert should be right. Did you check your MySQL charsets/collations of the serendipity_entries table? Something must be mismatching there...

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply