hi people i recently detected that identica has problem with utf8 encoding. i found it when notices in utf8 encoding didn't show completely! problem is characters in unicode gets more than 1 byte! for example in our language each character gets 2byte! so i gited source code & found out problem is between php & mysql because query is ok & tables are unicode! i fixed it on my local repository with http://laconi.ca/trac/attachment/ticket/941/laconica_utf8.diff
but after this patch i have still problem cause of DataObject class, i think we should do something like this http://programadorphp.es/pear-db_dataobject-mysql-utf8 but i don't want trouble so i don't recomment to change lot of code so my solution is we rename existing DB_DataObject & extend another class with name DB_DataObject then we did all needed to support utf8 in lanonica. -- You Rock! Your E-Mail Should Too! Signup Now at Rock.com and get 250MB of Storage! http://webmail.rock.com/signup/ _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
