6.0.0-alpha14
7/1/25

[#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 (6075 days ago)
Due
Updated 11/12/2008 (6075 days ago)
Assigned
Resolved 11/12/2008 (6075 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/12/2008 10:53:56 PM 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 10:34:46 PM 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 04:52:00 PM Jan Schneider Comment #4 Reply to this comment
Usually the last. And he's mentioned in the po file.
11/12/2008 11:42:56 AM 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 11:36:08 AM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
Please talk directly to the last translator.
11/12/2008 10:48:52 AM laurent (at) opensolaris (dot) org Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ (cosmetic) in French, max size of attachment contains invalid chars
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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.

Saved Queries