#3410: make-messages cannot deal with non-ASCII message ids
--------------------------------------+-------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: hugo
Status: new | Component:
Internationalization
Version: SVN | Resolution:
Keywords: gettext | Stage: Design decision
needed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
--------------------------------------+-------------------------------------
Changes (by Michael Radziej <[EMAIL PROTECTED]>):
* needs_better_patch: => 0
* stage: Unreviewed => Design decision needed
* summary: errors while running xgettext on validators.py => make-
messages cannot deal with non-ASCII message ids
* needs_tests: => 0
* needs_docs: => 0
Comment:
Yeah, make-messages is unable to deal with message-ids that contain non-
ASCII characters. It's because the way make-messages assembles the
translation files doesn't allow to specify an encoding, and it's not
easily fixed. I'd personally be very thankful for a patch, as I tried and
was unable to fix it.
I'm dealing with this by myself with a German-German translation, i.e. in
the code I use
{{{
_("Mueller")
}}}
and then I have a translation entry that translates "Mueller" to "Müller".
This is *really* nasty. I leave it to the core to decide whether this is a
bug. Please take my word, this is not just a minor inconvenience.
--
Ticket URL: <http://code.djangoproject.com/ticket/3410#comment:1>
Django Code <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
-~----------~----~----~----~------~----~------~--~---