[jruby-joni] 134/223: Fix for JRUBY-6923 - UTF-8 string is not matching //i properly
Hideki Yamane
henrich at moszumanska.debian.org
Mon Nov 16 11:22:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository jruby-joni.
commit 436c69dbb9472ace338c8bdaaebb1f285aa7f5a1
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date: Mon Oct 8 20:24:21 2012 +0200
Fix for JRUBY-6923 - UTF-8 string is not matching //i properly
---
src/org/joni/Analyser.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/org/joni/Analyser.java b/src/org/joni/Analyser.java
index d66badf..815a7dd 100644
--- a/src/org/joni/Analyser.java
+++ b/src/org/joni/Analyser.java
@@ -1422,6 +1422,7 @@ final class Analyser extends Parser {
}
private void updateStringNodeCaseFoldMultiByte(StringNode sn) {
+ byte[]bytes = sn.bytes;
int end = sn.end;
value = sn.p;
int sp = 0;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git
More information about the pkg-java-commits
mailing list