guys problem is not client, server is our problem! look @ this shot http://i44.tinypic.com/2znmhow.png . gwibber & choqock show the same output! so choqok hasn't problem! this shot was my local repository & all contents show correctly as i expected!
i should mention again our problem is about saving notice defectively in database (content field of notice table)! & it's because every character in our language gets 2bytes in unicode! so if i write a notice with 140 characters length it will be count as 280 characters because we didn't tell to mysql that we have a utf8 string! so my notice will be cropped & first 140 bytes will be save in content field. if you look @ this picture you can get all i said in above! http://i39.tinypic.com/207th5j.png if we set names to utf8, mysql will act as we expect. -- 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
