On Wed, 2009-07-15 at 15:22 -0500, Mark wrote:
> I tried running that script, but I get errors: > $config['db']['database'] must be set to a mysqli uri for the > fixup_utf8.php to work. Thanks, that helped. I could finally convert all umlauts; however there was one last obstacle to take: The default mechanism for the max_date parameter of the script does not work, it will default to 1970-01-01 (but should default to the current date I guess). I worked around this problem by invoking the script like this: php scripts/fixup_utf8.php 2009-12-12 999999999 0 I propose to update the README with an example of how the script has to be run. Best regards, Andreas _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
