When importing iCal with french text in unicode format, the database seems to not like some of the characters as we were getting a database error:
PDOException : SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF4\x80\x82\xBE 1...' for column 'field_evenement_content_value' at row 1

Comments

nagy.balint’s picture

Status: Active » Needs review
StatusFileSize
new1.26 KB

We've found a solution for the problem.

Maybe not the best solution but with this the import works properly for that input as well.

patch attached.

coredumperror’s picture

Status: Needs review » Closed (works as designed)

From my research on this, it appears that this isn't a problem with Date iCal, but rather a problem with the way Drupal sets up some database's character sets. Check out http://drupal.org/node/1140194#comment-4858112 for a detailed description of how to fix the problem.