[#7670] (cosmetic) in French, max size of attachment contains invalid chars
Summary (cosmetic) in French, max size of attachment contains invalid chars
Queue IMP
Queue Version 4.3
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester laurent (at) opensolaris (dot) org
Created 11/12/2008 (233 days ago)
Due
Updated 11/12/2008 (233 days ago)
Assigned
Resolved 11/12/2008 (233 days ago)
Attachments
Milestone
Patch No

History
11/12/2008 Jan Schneider Comment #6 Reply to this comment
I can't reproduce this, the thousands separators are rendered as 
spaces in French here.
11/12/2008 laurent (at) opensolaris (dot) org Comment #5 Reply to this comment
Actually, after looking more carefully, I'm not sure it's in the 
translator's part (sorry, only beginning with .po, even though I've 
wanted to look at them for years)

From what I understand, the number with invalid chars is outside a 
gettext tag:
./templates/compose/compose.html:
       (<gettext>Maximum Attachment Size</gettext>: <tag:attach_size 
/> <gettext>
bytes</gettext>)

attach_size is generated there:
./compose.php:
         $t->set('attach_size', 
number_format($imp_compose->maxAttachmentSize(),
0, $localeinfo['decimal_point'], $localeinfo['thousands_sep']));

And it comes from NLS::getLocaleInfo() which uses PHP's localeconv(), 
so 'thousands_sep' is a PHP constant, right? And I suppose it lacks a 
conversion from ISO8859-1 to UTF-8.
11/12/2008 Jan Schneider Comment #4 Reply to this comment
Usually the last. And he's mentioned in the po file.
11/12/2008 laurent (at) opensolaris (dot) org Comment #3 Reply to this comment
Ok, I thought they would use the bug system, too.
Is the last one the first or the last in the list?
11/12/2008 Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
Please talk directly to the last translator.
11/12/2008 laurent (at) opensolaris (dot) org Comment #1
Patch ⇒
Milestone ⇒
Summary ⇒ (cosmetic) in French, max size of attachment contains invalid chars
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Reply to this comment
When writing a new message using the French GUI, the max allowed 
attachment size is shown as such, with the invalid chars symbol "white 
? in black lozenge":
(Taille maximale de la pièce jointe: 2&#65533;097&#65533;152 octets)

It should be a no-break space.