#4152: [unicode] Unicode-aware translation
----------------------------------------------------------+-----------------
   Reporter:  Ivan Sagalaev <[EMAIL PROTECTED]>  |                Owner:  
mtredinnick  
     Status:  new                                         |            
Component:  Uncategorized
    Version:  other branch                                |           
Resolution:               
   Keywords:  unicode                                     |                
Stage:  Accepted     
  Has_patch:  1                                           |           
Needs_docs:  0            
Needs_tests:  0                                           |   
Needs_better_patch:  0            
----------------------------------------------------------+-----------------
Changes (by mtredinnick):

 * cc: mtredinnick (removed)
  * owner:  jacob => mtredinnick
  * has_patch:  0 => 1
  * summary:  [unicode][patch] Unicode-aware translation => [unicode]
              Unicode-aware translation
  * stage:  Unreviewed => Accepted

Comment:

 Ivan,
 
  * Not sure why you aren't seeing errors in make-messages.py. I get them
 all the time with both gettext 0.14.5 and gettext 0.16.1. Most odd. It's
 documented as not valid for gettext msg ids anyway.
  * There's no problem with using u".." strings inside the gettext() calls
 providing they use ASCII characters. xgettext only looks for the quotes
 anyway. I haven't been bothering to change them in localflavor/
 contributions.
  * Old forms is deprecated, not absent. We need to fix oldforms, too, for
 backwards compatibility. I don't know if oldforms will still be present in
 1.0 or not (I would guess, yes, but {{{import forms}}} will import
 newforms by default). We can't break the tree once unicode is merged with
 trunk and there's a lot of code still using oldforms. I'll fix that up,
 though, it's not too hard, I suspect.
 
 Patch looks good from just reading it through once. I'll merge it tonight.
 Thanks.
 
 (Oh, and stop putting `[patch]` in the title. There's a checkbox for that.
 Using "[patch]" makes it look like you're still living in 2006.)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4152#comment:4>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to