- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for gr (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
@Test public void test_htmlEntity_inBody() throws Exception { final String data = "<html><body>Grüße</body></html>"; final Document document = getDocument(data); final String bodyText = document.getElementsByTagName("BODY").item(0).getTextContent(); assertTrue(bodyText.contains("Gr\u00FC\u00DFe")); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0)