itch.io is community of indie game creators and players

Devlogs

Bug Fix: Characters not displaying as UTF-8 encoded

Dance Dance Alien Invasion
A browser game made in HTML5

Updated meta tag in index.html file (line 3) to force UTC-8 encoding to prevent punctuation from converting to special other characters.

file: index.html

<!DOCTYPE html>
<html>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><!-- This game was created based off tutorial code from Code Explained - <a href="https://www.youtube.com/c/codeexplained.">https://www.youtube.com/c/codeexplained.</a> -->
<!-- Author: Kyuui -->
Added changelog.txt file to highlight changed item.

Files

  • DanceDanceAlienInvasion_r1.1.zip 7.1 MB
    Apr 21, 2020
Download Dance Dance Alien Invasion