Re: Blog comments in multi-byte characters
Akira Terui <[email protected]>
| Newsgroups | gmane.comp.cms.bitflux.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 21 Nov 2005 18:12:14 +0900, Akira Terui wrote: >>> I'm testing bitflux cms for constructing my site in English and >>> Japanese. >>> The most of features works great with no problems in multi-byte >>> characters, but a problem in blog comments: sender's name and comment >>> in multi-byte characters become unreadable on submission, looks like >>> '?????'. >>> Is there any way to fix it? >> >> Oops, we did utf8_decode in the wrong place. >> Fixed and commited it. >> Should work now, hopefully. > > I did svn up, but unfortunately it still doesn't seem to work. > I did nothing between svn up and accessing to the site again. Do I > need to do anything else? > Thank you for further investigations. After some more tries, finally I have made it updated and now blog comments handles multi-byte characters properly. Thank you very much. However, I had some troubles in svn up. The followings were what I did: First, I did 'svn up' in the bxcms directory. After updating some files, svn says: Fetching external item into 'webinc' svn: Unrecognized URL scheme 'https://svn.bitflux.ch/repos/public/bxcmsng/trunk/webinc' So, I did the followings in the same directory: % mv ./webinc ./webinc.old % svn co http://svn.bitflux.ch/repos/public/bxcmsng/trunk/webinc webinc (note that the above URI is http, NOT https) to get the webinc directory. Similar things happened for getting the inc directory. Now I did % mv ./inc ./inc.old % svn co http://svn.bitflux.ch/repos/public/bxcmsng/trunk/inc inc ... Fetching external item into 'inc/popoon' svn: Unrecognized URL scheme 'https://svn.bitflux.ch/repos/public/popoon/trunk' % cd inc % svn co http://svn.bitflux.ch/repos/public/popoon/trunk popoon to get the inc directory updated. I've not tried the admin and the install directories yet. Then, by accessing to http://bxcms/admin/webinc/update to update my db. If I did anything wrong, I will appreciate for instructions. Best, Akira -- bitflux-cms mailing list [email protected] http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms