Bug 55501

Summary: Incorrect encoding for French description of __char function
Product: JMeter - Now in Github Reporter: Antonio Gomes Rodrigues <ra0077>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: trivial CC: ra0077
Priority: P2    
Version: 2.9   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Attachments: screenshot of the bug

Description Antonio Gomes Rodrigues 2013-08-29 14:50:04 UTC
Created attachment 30781 [details]
screenshot of the bug

In the French translation of the description of the __char function we see

Caractère numérique Unicode (décimal or 0xhex)

See the screenshot

Patch

Before
char_value=Caract\u221A\u00AEre num\u221A\u00A9rique Unicode (d\u221A\u00A9cimal or 0xhex)

After
char_value=Caract\u00AEre num\u00A9rique Unicode (d\u00A9cimal or 0xhex)

Antonio
Comment 1 Milamber 2013-08-29 17:28:34 UTC
Good catch. Thanks.

Fix with this encoding using I18NEdit:
+char_value=Caract\u00E8re num\u00E9rique Unicode (d\u00E9cimal or 0xhex)

(not exactly your patch)


URL: http://svn.apache.org/r1518715
Log:
 Incorrect encoding for French description of __char function
 Re-order some keys
Bugzilla Id: 55501

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3213