truth313
truth313

Reputation: 21

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

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?

Upvotes: 0

Views: 530

Answers (0)

Related Questions