Skip to content

Commit 8a3ec77

Browse files
committed
#7 [add] encoding
1 parent 5611e3c commit 8a3ec77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

translations/pt_BR/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,16 @@ O ideal é que os comentários não estejam no ambiente de produção, sendo ape
150150
<div></div>
151151
```
152152

153+
#### HTML Character Encoding
154+
155+
Sempre use `UTF-8`
156+
157+
```html
158+
<head>
159+
<meta charset="utf-8">
160+
</head>
161+
```
162+
153163
## Contribuindo
154164

155165
- Faça o fork!

0 commit comments

Comments
 (0)