>Would pheraps be able to fix the date order implicitly?   
   
 Yes it would -- at least, anywhere that we are doing a simple "output the 
date or date/time as a string."  In an editable calendar screen, of 
course, it wouldn't be able to, because we break out the components as 
separate fields.  In those cases, maybe we should just go with the ISO 
standard of year-month-date or something.  
   
 I also want to experiment with gettext_r() which allows you to explicitly 
set the locale you want for each and every call.  This would eliminate the 
need to set a per-thread locale every time we do a context switch.  

Reply via email to