This website requires JavaScript.
Explore
Help
Sign In
GNUsocial
/
gnu-social
Watch
4
Star
0
Fork
1
You've already forked gnu-social
Code
Issues
Releases
Wiki
Activity
4f4b0a2612
gnu-social
/
plugins
/
TwitterBridge
/
daemons
History
Brion Vibber
1acc7d66c6
Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.
2010-09-30 11:29:31 -07:00
..
synctwitterfriends.php
* i18n/L10n updates
2010-09-18 17:45:18 +02:00
twitterstatusfetcher.php
Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.
2010-09-30 11:29:31 -07:00