Add this line just before sending the html:Is it from b4j I have to do somethings?
resp.CharacterEncoding = "UTF-8"
i guess this is req?req.write(
req.write($"<!DOCTYPE html>
<html lang="en">
<head>
<title>Les réseaux</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!--script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script-->
<link rel="stylesheet" href="mystyle.css">
<script
src="https://maps.googleapis.com/maps/api/js?key=xxxxxxxxxxxxxxxxxxxxxx&callback=initMap&v=weekly"
defer
></script>
</head>
<body>
<div id="map">
</div>
"$)
Add this line just before sending the html:Is it from b4j I have to do somethings?
resp.CharacterEncoding = "UTF-8"
i guess this is req?req.write(