public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mario Torre <mario.torre@aicas.com>
To: mauve-patches@sources.redhat.com
Subject: FYI: Fixed local variations in the use of the percentage sign.
Date: Thu, 24 Sep 2009 12:35:00 -0000	[thread overview]
Message-ID: <4ABB6797.1040402@aicas.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

As per subject,

Cheers,
Mario
-- 
Mario Torre, Software Developer, http://www.jroller.com/neugens/
aicas Allerton Interworks Computer Automated Systems GmbH
Haid-und-Neu-Straße 18 * D-76131 Karlsruhe * Germany
http://www.aicas.com   * Tel: +49-721-663 968-44
pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF
Fingerprint: BA39 9666 94EC 8B73 27FA  FC7C 4086 63E3 80F2 40CF

USt-Id: DE216375633, Handelsregister HRB 109481, AG Mannheim
Geschäftsführer: Dr. James J. Hunt

Please, support open standards:
http://endsoftpatents.org/


[-- Attachment #2: 2009-07-09-percentage-sign.patch --]
[-- Type: text/x-patch, Size: 1524 bytes --]

# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: mauve/ChangeLog
--- mauve/ChangeLog Base (1.2147)
+++ mauve/ChangeLog Locally Modified (Based On 1.2147)
@@ -1,5 +1,10 @@
 2009-07-09  Mario Torre  <neugens@aicas.com>
 
+    * gnu/testlet/locales/LocaleTest:
+    Fixed local variations in the use of the percentage sign.
+
+2009-07-09  Mario Torre  <neugens@aicas.com>
+
     * gnu/testlet/java/beans/EventHandler/check14c.java:
     Pass incoming event object directly to the target action.
 
Index: mauve/gnu/testlet/locales/LocaleTest.java
--- mauve/gnu/testlet/locales/LocaleTest.java Base (1.9)
+++ mauve/gnu/testlet/locales/LocaleTest.java Locally Modified (Based On 1.9)
@@ -451,7 +451,7 @@
 		new ExpectedNumberValues("-1.000,00 YTL", "-1.000.000,00 YTL", "-100,00 YTL", "-100,12 YTL", "-10.000.000,12 YTL"),
 		new ExpectedNumberValues("1.000", "1.000.000", "100", "100", "10.000.000"),
 		new ExpectedNumberValues("1.000", "1.000.000", "100", "100,123", "10.000.000,123"),
-		new ExpectedNumberValues("100.000%", "100.000.000%", "10.000%", "10.012%", "1.000.000.012%"));
+		new ExpectedNumberValues("% 100.000", "% 100.000.000", "% 10.000", "% 10.012", "% 1.000.000.012"));
     // Locale: Kazakstan
     checkLocale(h, new Locale("kk", "KZ"),
 		new ExpectedValues("kk", "KZ", "", "kk_KZ", "kaz", "KAZ",

                 reply	other threads:[~2009-09-24 12:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ABB6797.1040402@aicas.com \
    --to=mario.torre@aicas.com \
    --cc=mauve-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).