mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Guillermo Rodríguez" <guille.rodriguez@gmail.com>
To: ptxdist@pengutronix.de
Cc: "Guillermo Rodríguez" <guille.rodriguez@gmail.com>
Subject: [ptxdist] [PATCH v2 2/2] classpath: Fix building when default locale is not UTF-8
Date: Tue, 20 Nov 2018 16:51:52 +0100	[thread overview]
Message-ID: <1542729112-28248-2-git-send-email-guille.rodriguez@gmail.com> (raw)
In-Reply-To: <1542729112-28248-1-git-send-email-guille.rodriguez@gmail.com>

Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com>
---
 .../0002-Fix-unmappable-character-error.patch      | 23 ++++++++++++++++++++++
 patches/classpath-0.99/series                      |  1 +
 2 files changed, 24 insertions(+)
 create mode 100644 patches/classpath-0.99/0002-Fix-unmappable-character-error.patch

diff --git a/patches/classpath-0.99/0002-Fix-unmappable-character-error.patch b/patches/classpath-0.99/0002-Fix-unmappable-character-error.patch
new file mode 100644
index 0000000..0aa7beb
--- /dev/null
+++ b/patches/classpath-0.99/0002-Fix-unmappable-character-error.patch
@@ -0,0 +1,23 @@
+Fix unmappable character to make it possible to build when
+default locale is not UTF-8.
+
+---
+ java/util/regex/Matcher.java | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/java/util/regex/Matcher.java b/java/util/regex/Matcher.java
+index 8d033d5..584d9a4 100644
+--- a/java/util/regex/Matcher.java
++++ b/java/util/regex/Matcher.java
+@@ -620,7 +620,7 @@ public final class Matcher implements MatchResult
+    *
+    * @param s the string to literalize.
+    * @return the literalized string.
+-   * @since 1.5
++   * @since 1.5
+    */
+   public static String quoteReplacement(String s)
+   {
+-- 
+1.9.1
+
diff --git a/patches/classpath-0.99/series b/patches/classpath-0.99/series
index 1fffdbd..a1234fb 100644
--- a/patches/classpath-0.99/series
+++ b/patches/classpath-0.99/series
@@ -1 +1,2 @@
 0001-Fix-building-with-OpenJDK-1.8.patch
+0002-Fix-unmappable-character-error.patch
-- 
1.9.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2018-11-20 15:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-16 11:20 [ptxdist] [PATCH] classpath: Fix for building with OpenJDK-1.8 (again) Guillermo Rodríguez
2018-11-16 17:01 ` Michael Olbrich
2018-11-17  0:33   ` Guillermo Rodriguez Garcia
2018-11-17 13:49     ` Michael Olbrich
2018-11-19  9:30       ` Guillermo Rodriguez Garcia
2018-11-22  5:57         ` Michael Olbrich
2018-11-20 15:51 ` [ptxdist] [PATCH v2 1/2] " Guillermo Rodríguez
2018-11-20 15:51   ` Guillermo Rodríguez [this message]

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=1542729112-28248-2-git-send-email-guille.rodriguez@gmail.com \
    --to=guille.rodriguez@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /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