Re: MySQL and ë, û, á, etc.

2008-06-08 Thread eelcoh
On Jun 7, 1:05 am, eelcoh <[EMAIL PROTECTED]> wrote: > I have found out that the problem seems to happen on TextFields only. > I do not have a problem with CharFields. > > eelco I fixed it by adding the following to the TextField class in /django/ db/models/db/fields/__init__.py: def get_d

Re: MySQL and ë, û, á, etc.

2008-06-06 Thread eelcoh
I have found out that the problem seems to happen on TextFields only. I do not have a problem with CharFields. eelco --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: MySQL and ë, û, á, etc.

2008-06-05 Thread eelcoh
On Jun 6, 12:21 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > What version of django are you using? Django version 0.97-pre-SVN-7574 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: MySQL and ë, û, á, etc.

2008-06-05 Thread [EMAIL PROTECTED]
What version of django are you using? On Jun 5, 5:06 pm, eelcoh <[EMAIL PROTECTED]> wrote: > Hi, > > I have a new problem wit mysql and the character set, especially wit > the use of the trema (umlaut, diaeresis, whatever) and other special > characters. The strange thing is, it is only since a w

MySQL and ë, û, á, etc.

2008-06-05 Thread eelcoh
Hi, I have a new problem wit mysql and the character set, especially wit the use of the trema (umlaut, diaeresis, whatever) and other special characters. The strange thing is, it is only since a week or so, because i have evidence it worked before. The problem is there with all models. So what c