msgid "An inviatation was sent to %(email)s."
msgstr "邀請已送到%(email)s"
------------------------------------------------------------------------------------------
Incorrect string value: '\xE9\x82\x80\xE8\xAB\x8B...' for column
'message' at row 1
------------------------------------------------------------------------------------------
How to fix it?
Thanks!!
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
It is always hard to do new things, and it should be getting even harder along the time because then it indicates that we are improving.
How to solve this?
thanks!!
On Dec 4, 10:45 pm, Mimi Tantono <momot...@glomelurus.com> wrote:
> Please look at the thread below:http://stackoverflow.com/questions/873419/converting-to-safe-unicode-...
>
> And you would want to make sure that database encoding style is already set
> to UTF-8 (if applicable).
>
> 2011/12/5 Tsung-Hsien <jasoniem9...@gmail.com>
>
>
>
>
>
>
>
>
>
> > Hello
> > I get the wrong message when type a string which needed to format
> > such as
>
> > msgid "An inviatation was sent to %(email)s."
> > msgstr "邀請已送到%(email)s"
>
> > --------------------------------------------------------------------------- ---------------
> > Incorrect string value: '\xE9\x82\x80\xE8\xAB\x8B...' for column
> > 'message' at row 1
>
> > --------------------------------------------------------------------------- ---------------
> > How to fix it?
> > Thanks!!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.> To post to this group, send email todjang...@googlegroups.com.
> > To unsubscribe from this group, send email to>django-users...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.
>
> --
>
> Best Regards,
>
> Mimi Tantono <http://www.glomelurus.com>
>
> *It is always hard to do new things, and it should be getting even harder
> along the time because then it indicates that we are improving.*
You do need to remove the ", fuzzy" in order for the translations to
be used.
But you also need to recompile the .mo files after you make any
changes to the .po files.
https://docs.djangoproject.com/en/1.3/topics/i18n/localization/#compiling-message-files
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.