Skip to content

Commit bf9d1eb

Browse files
author
ejvindh
committed
fix missing int_chr
1 parent 3be3f71 commit bf9d1eb

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<classpathentry kind="src" path="data"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
7-
<classpathentry kind="lib" path="/media/eh/WINLINARB/arbejder/Dropbox/Prog_settings/Java/Gro2/Eclipse/sqlite-jdbc-3.7.2.jar"/>
7+
<classpathentry kind="lib" path="/home/eh/Arbejder/Dropbox/Prog_settings/Java/Gro2/Eclipse/sqlite-jdbc-3.7.2.jar"/>
88
<classpathentry kind="output" path="bin"/>
99
</classpath>

JavaGro.jar

219 Bytes
Binary file not shown.

bin/first/Dictionary.class

2 Bytes
Binary file not shown.

bin/first/Gui.class

-65 Bytes
Binary file not shown.

src/first/Dictionary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static String[][] lookup(boolean toD, boolean fromD, boolean eks, boolean
1818
RandomAccessFile dat_file = new RandomAccessFile(dat_file_path, "r");
1919
String search_string = search_string_orig.toLowerCase()
2020
.replaceAll("[éèêë]", "e")
21-
.replaceAll("[àâ]", "a")
21+
.replaceAll("[àâä]", "a")
2222
.replaceAll("[ùûü]", "u")
2323
.replaceAll("[îï]", "i")
2424
.replaceAll("[ôö]", "o")

0 commit comments

Comments
 (0)