File: unicode.patch

package info (click to toggle)
jing-trang 20220510-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,960 kB
  • sloc: java: 51,292; xml: 22,675; sh: 463; python: 189; makefile: 34
file content (13 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: update unicode path

--- a/mod/regex/mod.xml
+++ b/mod/regex/mod.xml
@@ -46,7 +46,7 @@
 	    failonerror="yes">
 	<arg value="com.thaiopensource.datatype.xsd.regex.java.Categories"/>
 	<arg value="${build.dir}/mod/regex/gensrc/main"/>
-	<arg value="${lib.dir}/UnicodeData-3.1.0.txt"/>
+	<arg value="/usr/share/unicode/UnicodeData.txt"/>
 	<classpath>
 	  <pathelement location="${build.dir}/mod/regex-gen/classes/main"/>
 	  <pathelement location="${build.dir}/mod/util/classes/main"/>