Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 242 Bytes

File metadata and controls

13 lines (10 loc) · 242 Bytes

Encoding

Encoding support is partial and mostly given by the encoding set by the HTML page. We suggest to always set encoding to UTF-8 explicitly:

<!doctype html>
<html>
  <head>
    <meta charset="UTF-8" />
    <!-- ... -->