[Git][java-team/jcodings][master] 3 commits: Hardcode unicode and emoji version bits for now
Hideki Yamane
gitlab at salsa.debian.org
Sun May 17 05:31:10 BST 2020
Hideki Yamane pushed to branch master at Debian Java Maintainers / jcodings
Commits:
1d33e6ae by Charles Oliver Nutter at 2020-05-15T15:37:34-05:00
Hardcode unicode and emoji version bits for now
Fixes #29
- - - - -
20a1260c by Charles Oliver Nutter at 2020-05-15T15:52:06-05:00
[maven-release-plugin] prepare release jcodings-1.0.53
- - - - -
fd091323 by Charles Oliver Nutter at 2020-05-15T15:52:46-05:00
[maven-release-plugin] prepare for next development iteration
- - - - -
2 changed files:
- pom.xml
- src/org/jcodings/Config.java
Changes:
=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
- <version>1.0.53-SNAPSHOT</version>
+ <version>1.0.54-SNAPSHOT</version>
<name>JCodings</name>
<description>Byte based encoding support library for java</description>
<parent>
=====================================
src/org/jcodings/Config.java
=====================================
@@ -62,4 +62,12 @@ public interface Config {
final int ENC_CASE_FOLD_MIN = INTERNAL_ENC_CASE_FOLD_MULTI_CHAR;
final int ENC_CASE_FOLD_DEFAULT = ENC_CASE_FOLD_MIN;
+ final String UNICODE_VERSION_STRING = "12.1.0";
+ final int UNICODE_VERSION_MAJOR = 12;
+ final int UNICODE_VERSION_MINOR = 1;
+ final int UNICODE_VERSION_TEENY = 0;
+ final String UNICODE_EMOJI_VERSION_STRING = "12.1";
+ final int UNICODE_EMOJI_VERSION_MAJOR = 12;
+ final int UNICODE_EMOJI_VERSION_MINOR = 1;
+
}
View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/fcfa08f5aaeb35ae3e7b3a1b28f6a9951f47faa8...fd09132374a79d0eb7196bb7aa83446c90a8bc46
--
View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/fcfa08f5aaeb35ae3e7b3a1b28f6a9951f47faa8...fd09132374a79d0eb7196bb7aa83446c90a8bc46
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200517/c1a491ba/attachment.html>
More information about the pkg-java-commits
mailing list