How am I able to write Bangla without using UTF-8?

321 Views Asked by At

My HTML code:

<!DOCTYPE html>
<html lang="en">
  <head>
    <!--<meta charset="UTF-8">--> 
  </head>
  <body>
    <h1>আমার নাম ফারহান</h1>
  </body>
</html>

Output

Even though I commented out <meta charset="UTF-8"> I can still write in Bangla. How is this possible?

0

There are 0 best solutions below