[wp-trac] [WordPress Trac] #10373: Proper number formatting related to i18n

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 10 09:55:38 UTC 2009


#10373: Proper number formatting related to i18n
---------------------------+------------------------------------------------
 Reporter:  honza.skypala  |       Owner:  nbachiyski           
     Type:  defect (bug)   |      Status:  new                  
 Priority:  normal         |   Milestone:  Unassigned           
Component:  i18n           |     Version:  2.8.1                
 Severity:  normal         |    Keywords:  number formating i18n
---------------------------+------------------------------------------------

Comment(by Denis-de-Bernardy):

 Given the very specific nature of the problem it might make more sense to
 just do:

 {{{
 $number = str_replace(' ', ' ', $number);
 }}}

 where we use it...

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10373#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list