index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
fixup_utf8.php
Age
Commit message (
Collapse
)
Author
2009-12-03
Code style cleanup: dropped some unnecessary =& reference assignments where ↵
Brion Vibber
they're used only out of habit for PHP 4-style object semantics
2009-08-25
a distributed -> the distributed
Evan Prodromou
2009-08-25
change Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou
2009-08-20
var empty check did not function as expected.
Eric Helgeson
made script executable
2009-06-22
fixup_utf8.php uses commandline.inc
Evan Prodromou
2009-06-08
remember to convert messages
Evan Prodromou
2009-06-06
add fixup messages for utf8
Evan Prodromou
2009-05-30
free memory for each iteration DB_DataObject in fixup_utf8
Evan Prodromou
2009-05-30
make fixup_utf8.php handle profiles and groups too
Evan Prodromou
2009-05-30
use mysqli_set_charset instead of set names
Evan Prodromou
2009-05-30
take a max and min argument for fixup_utf8
Evan Prodromou
2009-05-28
take an argument for fixup_utf8
Evan Prodromou
2009-05-27
Add fixup_utf8 to fixup problems with UTF-8 in a database
Evan Prodromou
Fixes up an old database to store strings in UTF-8. Hopefully works!