peacemaker Expert Licensed User Longtime User Jan 28, 2025 #1 HI, All I have found that B4J Webview distorts the UNICODE symbols, say looks like , looks like . And if the source symbol is colorful - WebView all made B&W. My web-pages are for sure with <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> Click to expand... And Chromium-based web-browsers are OK with all these symbols. javafx.version=19.0.2.1, javafx.web is WebKit v613.1. Any ideas ? Fixable ? Last edited: Jan 28, 2025
HI, All I have found that B4J Webview distorts the UNICODE symbols, say looks like , looks like . And if the source symbol is colorful - WebView all made B&W. My web-pages are for sure with <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> Click to expand... And Chromium-based web-browsers are OK with all these symbols. javafx.version=19.0.2.1, javafx.web is WebKit v613.1. Any ideas ? Fixable ?
Erel B4X founder Staff member Licensed User Longtime User Jan 29, 2025 #2 Try to change the font with CSS. Upvote 0