Hideki Yamane pushed to branch master at Debian Java Maintainers / jcodings


Commits:
549d6310 by Marcin Mielzynski at 2019-10-31T19:22:21Z
update to unicode 12.1.0

- - - - -
de8f1e75 by Marcin Mielzynski at 2019-10-31T19:23:24Z
[maven-release-plugin] prepare release jcodings-1.0.46

- - - - -
1ef9a07c by Marcin Mielzynski at 2019-10-31T19:23:32Z
[maven-release-plugin] prepare for next development iteration

- - - - -


14 changed files:

- pom.xml
- + resources/tables/CR_Age_12_1.bin
- resources/tables/CR_Assigned.bin
- resources/tables/CR_C.bin
- resources/tables/CR_Cn.bin
- resources/tables/CR_Common.bin
- resources/tables/CR_Graph.bin
- resources/tables/CR_Grapheme_Base.bin
- resources/tables/CR_Print.bin
- resources/tables/CR_S.bin
- resources/tables/CR_So.bin
- resources/tables/CR_Unknown.bin
- scripts/generate.rb
- src/org/jcodings/unicode/UnicodeProperties.java


Changes:

=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jruby.jcodings</groupId>
   <artifactId>jcodings</artifactId>
-  <version>1.0.46-SNAPSHOT</version>
+  <version>1.0.47-SNAPSHOT</version>
   <name>JCodings</name>
   <description>Byte based encoding support library for java</description>
   <parent>


=====================================
resources/tables/CR_Age_12_1.bin
=====================================
Binary files /dev/null and b/resources/tables/CR_Age_12_1.bin differ


=====================================
resources/tables/CR_Assigned.bin
=====================================
Binary files a/resources/tables/CR_Assigned.bin and 
b/resources/tables/CR_Assigned.bin differ


=====================================
resources/tables/CR_C.bin
=====================================
Binary files a/resources/tables/CR_C.bin and b/resources/tables/CR_C.bin differ


=====================================
resources/tables/CR_Cn.bin
=====================================
Binary files a/resources/tables/CR_Cn.bin and b/resources/tables/CR_Cn.bin 
differ


=====================================
resources/tables/CR_Common.bin
=====================================
Binary files a/resources/tables/CR_Common.bin and 
b/resources/tables/CR_Common.bin differ


=====================================
resources/tables/CR_Graph.bin
=====================================
Binary files a/resources/tables/CR_Graph.bin and 
b/resources/tables/CR_Graph.bin differ


=====================================
resources/tables/CR_Grapheme_Base.bin
=====================================
Binary files a/resources/tables/CR_Grapheme_Base.bin and 
b/resources/tables/CR_Grapheme_Base.bin differ


=====================================
resources/tables/CR_Print.bin
=====================================
Binary files a/resources/tables/CR_Print.bin and 
b/resources/tables/CR_Print.bin differ


=====================================
resources/tables/CR_S.bin
=====================================
Binary files a/resources/tables/CR_S.bin and b/resources/tables/CR_S.bin differ


=====================================
resources/tables/CR_So.bin
=====================================
Binary files a/resources/tables/CR_So.bin and b/resources/tables/CR_So.bin 
differ


=====================================
resources/tables/CR_Unknown.bin
=====================================
Binary files a/resources/tables/CR_Unknown.bin and 
b/resources/tables/CR_Unknown.bin differ


=====================================
scripts/generate.rb
=====================================
@@ -8,7 +8,7 @@ when /darwin/i; ["const_data", "g"]
 else ;["rdata", ""]
 end
 
-UNICODE_VERSION = "12.0.0"
+UNICODE_VERSION = "12.1.0"
 SRC_DIR = "../src/org/jcodings"
 DST_BIN_DIR =  "../resources/tables"
 INDENT = " " * 4


=====================================
src/org/jcodings/unicode/UnicodeProperties.java
=====================================
@@ -536,6 +536,7 @@ public class UnicodeProperties {
         new CodeRangeEntry("age=10.0", "CR_Age_10_0"),
         new CodeRangeEntry("age=11.0", "CR_Age_11_0"),
         new CodeRangeEntry("age=12.0", "CR_Age_12_0"),
+        new CodeRangeEntry("age=12.1", "CR_Age_12_1"),
         new CodeRangeEntry("graphemeclusterbreak=prepend", 
"CR_Grapheme_Cluster_Break_Prepend"),
         new CodeRangeEntry("graphemeclusterbreak=cr", 
"CR_Grapheme_Cluster_Break_CR"),
         new CodeRangeEntry("graphemeclusterbreak=lf", "CR_NEWLINE"),



View it on GitLab: 
https://salsa.debian.org/java-team/jcodings/compare/c5ded8fe942e21a9cd95b42516aac98702e2f68e...1ef9a07cd6dccc187c8facf5c09a7e3f12c075d7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jcodings/compare/c5ded8fe942e21a9cd95b42516aac98702e2f68e...1ef9a07cd6dccc187c8facf5c09a7e3f12c075d7
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to