Closed (fixed)
Project:
Webform
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 May 2006 at 22:03 UTC
Updated:
2 Jun 2006 at 06:15 UTC
Jump to comment: Most recent file
I installed webform, and those were the only tables in my drupal database that weren't using the utf8 charset.
Perhaps you can add something like
"CHARACTER SET utf8
COLLATE utf8_general_ci"
to the end of your install queries?
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform.mysql | 1.58 KB | Martin Haanz |
| webform.install | 8.01 KB | Martin Haanz |
Comments
Comment #1
Martin Haanz commentedHere's another attachment with my revisions.
Comment #2
quicksketchThanks for the post.
Instead of modifying the .install file as you suggested, I ran _system_update_utf8 instead in an update to the webform database schema. I modeled this after the views.install file. I assume you've already fixed your tables, but other users can simply download the new install file and run update.php.
The COLLATE command wasn't working on my installation of mySQL (4.0.25), so I ommitted it from the mySQL file. Hopefully no one will be using this file anyway.
Comment #3
(not verified) commented