diff options
author | Patrick Simianer <p@simianer.de> | 2016-06-24 13:25:46 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-06-24 13:25:46 +0200 |
commit | 77155ea59c02b24fed1463bb350f423433e6bdab (patch) | |
tree | a550a106db1c212a3fcd7390ea33199b0a27975a | |
parent | 500b99183517af88788098281237b70ad63453b9 (diff) |
character_demo.html: utf8
-rw-r--r-- | character_demo.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/character_demo.html b/character_demo.html index 80a61a0..bdde0dc 100644 --- a/character_demo.html +++ b/character_demo.html @@ -2,6 +2,7 @@ <head> <title>RecurrentJS Sentence Memorization Demo</title> + <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> <style> body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; |