I have an encoding problem with the default template of Bootstrap
, specifically carousel
.
The official code has the goal defined as follows:
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible">
<meta content="charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico"> (...)
But when I put words such as: Start , Observations , or any other accented words, even with charset
set to utf-8
in diamond.