On 26-Oct-07, at 10:49 AM, Robert Bunting wrote:
>> so is this a legacy database - meaning a database which had data >> before you upgraded to unicode django? In that case, we have seen in >> postgres that the old data is b0rked and needs to be reentered, >> otherwise it wont work. You need to either re-enter the data or write >> scripts to transform the b0rked data. >> > > That sounds rather worrying, from someone who has a big database and > will soon be upgrading to unicode django. Do you have any more > details? Was it simply due to a database encoding change (in which > case databases which are already in utf-8 should be ok?), or did you > hit some more fundamental problem? my database was unicode from the begining. After upgrading to the unicode revision, many (not all) non-ascii characters stopped rendering properly. They would render on the web page, but not on the admin pages. This was in finnish, particularly the letter รค. We had to re enter all the data that had these characters. The same problem happened for a set of polish sites - here there was a huge amount of data, so the owner shifted from postgres to sqllite to solve the problem. I have some sites in Indian languages which were not affected however. -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---