Skip to content

Commit 0fb10c5

Browse files
committed
Set maxVersion for kGB7
1 parent 9ed79b4 commit 0fb10c5

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

unicodetools/src/main/java/org/unicode/xml/UCDPropertyDetail.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,16 +1263,17 @@ public class UCDPropertyDetail {
12631263
false,
12641264
true,
12651265
false);
1266-
// public static UCDPropertyDetail kGB7_Detail =
1267-
// new UCDPropertyDetail(
1268-
// UcdProperty.kGB7,
1269-
// VersionInfo.getInstance(2, 0, 0),
1270-
// 127,
1271-
// false,
1272-
// true,
1273-
// false,
1274-
// true,
1275-
// false);
1266+
public static UCDPropertyDetail kGB7_Detail =
1267+
new UCDPropertyDetail(
1268+
UcdProperty.kGB7,
1269+
VersionInfo.getInstance(2, 0, 0),
1270+
VersionInfo.getInstance(16, 0, 0),
1271+
127,
1272+
false,
1273+
true,
1274+
false,
1275+
true,
1276+
false);
12761277
public static UCDPropertyDetail kGB8_Detail =
12771278
new UCDPropertyDetail(
12781279
UcdProperty.kGB8,

0 commit comments

Comments
 (0)