- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_isSupportedCharset_invalid (0.09 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformerTest.java
assertTrue(htmlTransformer.isSupportedCharset("EUC-JP")); assertTrue(htmlTransformer.isSupportedCharset("Shift_JIS")); } public void test_isSupportedCharset_invalid() { assertFalse(htmlTransformer.isSupportedCharset("aaa")); assertFalse(htmlTransformer.isSupportedCharset(" ")); assertFalse(htmlTransformer.isSupportedCharset(null)); }
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 13.8K bytes - Viewed (0)