#9753: makemessages failed on long Chinese text
-------------------------------------------+--------------------------------
Reporter: Will | Owner: nobody
Status: new | Milestone: post-1.0
Component: Internationalization | Version: 1.0
Resolution: | Keywords: django-admin.py
makemessages
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Changes (by mtredinnick):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Django handles multibyte characters (either UTF-8 files or with
`settings.FILE_CHARSET` set appropriately) without any problems.
I just tested your example as described, and it works without error for
me. Remember that template tags must all be on a single line (they cannot
contain newlines), but even if I mess this up, the template tag is simply
ignored, rather than raising an error.
To diagnose this further, could you please attach a very short template
file that causes the error to be raised for you.
--
Ticket URL: <http://code.djangoproject.com/ticket/9753#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---