FC18: Renamed mapper to recipe with fc18 generators static methods only
This commit is contained in:
parent
6b8d281e40
commit
c6144b8956
10 changed files with 72 additions and 92 deletions
|
|
@ -35,7 +35,7 @@ import java.util.stream.Collectors;
|
|||
|
||||
import org.x4o.fc18.FourCornerUnicodeDisplay;
|
||||
import org.x4o.fc18.FourCornerUnicodeImport;
|
||||
import org.x4o.fc18.FourCornerUnicodeMapper;
|
||||
import org.x4o.fc18.FourCornerRecipe;
|
||||
import org.x4o.fc18.cake2.zero33.FCDotCDC1604DashP6;
|
||||
import org.x4o.fc18.cake2.zero33.dec1.FCDotCMD5401Dash2D;
|
||||
import org.x4o.fc18.octal8.PrimordialOctalOrangeString;
|
||||
|
|
@ -81,7 +81,7 @@ public class KanjiDictTest {
|
|||
String valueUnicode = new StringBuilder().appendCodePoint(lit.getCodePoint()).toString();
|
||||
kuTen2UNI2K.addAll(FourCornerUnicodeImport.strict().convertToInt18(key));
|
||||
kuTen2UNI2K.add(FCDotCDC1604DashP6.NY09_EQUALS.cakePointDotIndex());
|
||||
kuTen2UNI2K.addAll(FourCornerUnicodeMapper.DICTIONARY.embedUNI2K(valueUnicode));
|
||||
kuTen2UNI2K.addAll(FourCornerRecipe.embedUNI2K(valueUnicode));
|
||||
kuTen2UNI2K.addAll(FCDotCMD5401Dash2D.CMD_F4TTY0001_NL.cakePointSequence());
|
||||
}
|
||||
for (String key : dict.mapKuTen213().keySet()) {
|
||||
|
|
@ -89,7 +89,7 @@ public class KanjiDictTest {
|
|||
String valueUnicode = new StringBuilder().appendCodePoint(lit.getCodePoint()).toString();
|
||||
kuTen2UNI2K.addAll(FourCornerUnicodeImport.strict().convertToInt18(key));
|
||||
kuTen2UNI2K.add(FCDotCDC1604DashP6.NY09_EQUALS.cakePointDotIndex());
|
||||
kuTen2UNI2K.addAll(FourCornerUnicodeMapper.DICTIONARY.embedUNI2K(valueUnicode));
|
||||
kuTen2UNI2K.addAll(FourCornerRecipe.embedUNI2K(valueUnicode));
|
||||
kuTen2UNI2K.addAll(FCDotCMD5401Dash2D.CMD_F4TTY0001_NL.cakePointSequence());
|
||||
}
|
||||
// size 316575 (baklave TTY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue