- @AkikoHayashi hey akiko, what kind of pizza do they have there? >>
- RT @KyleHase: Stopped reading this article "Eight Must-Have Apps for Linux" after I saw that the first app was Adobe Reader. http://bit. ... >>
- @martintokyo you ok bro? >>
- @gbboy I personally feel it is the best tool to handle productive (3-member team) projects. Can't speak for anything larger than that.. >>
- Free advertising because I love these guys: Please give Thymer a try. (thymer.com). Best productivity software period. >>
MySQL usually sucks for Unicode searches. They have tuned their partial text search for 4 character words or more – certainly, not what the doctor ordered when it comes to the normally 2 or 3 character asiatic language set. However I ran into something interesting today.
SELECT *
FROM `ads`
WHERE `description` LIKE ‘%経%’
LIMIT 0 , 30
This seems to work perfectly. Hrm. I just need to fix the damn classified section and I’m set.
Comments Off






