#2282: Urlify in admin compatible with accents
-----------------------------------------------+----------------------------
Reporter: David Larlet <[EMAIL PROTECTED]> | Owner: adrian
Status: closed | Component: Admin
interface
Version: SVN | Resolution:
duplicate
Keywords: | Stage: Design
decision needed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-----------------------------------------------+----------------------------
Changes (by Michael Radziej <[EMAIL PROTECTED]>):
* status: new => closed
* resolution: => duplicate
* stage: Unreviewed => Design decision needed
Comment:
#3309 marked as duplicate. #3309 is about the javascript helper, and both
parts must use the same approach to handle non-ASCII characters, so it's
really one problem.
My personal view is that, at the current stage of implemention, it is too
costly to try to maintain a best approach for each of the several hundreds
languages in use today. I'd suggest:
* to provide one common standard version for all languages that might
remove all accents ('รค' -> 'a'), which can be done generically (but
perhaps not easily from within JavaScript),
* and add a hook so that everybody can link in their favourite way of
handling this
I don't have any idea how to treat non-Latin scripts like chinese, not
even Russian or Greek, but table-based transliterations are too much
effort when they need to be maintained for each language.
--
Ticket URL: <http://code.djangoproject.com/ticket/2282#comment:8>
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
-~----------~----~----~----~------~----~------~--~---