- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_convertHalfWidth (0.18 sec)
-
src/test/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverterTest.java
List<String> results = converter.convert("アイウ", null); for (String result : results) { assertEquals(result, result.toLowerCase()); } } public void test_convertHalfWidth() { // Test that full-width characters are converted to half-width List<String> results = converter.convert("アイウ", null); for (String result : results) {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:28:21 UTC 2025 - 5.9K bytes - Viewed (0)