Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_convertHalfWidth (0.11 sec)

  1. 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)
Back to top