Please Download the Above zip file, Extract it and view the README file for instructions. Refer Screenshots / Video below.
Character Set to be used for your input data:
The html file generated carries a default charset setting, in its fourth line, as follows :
charset="ISO-8859-1"
If your data is still not getting displayed properly, then change this charset, using a text/code editor, to suit your input data.
List of charsets are here :
http://www.madore.org/~david/computers/unicode/cstab.html
https://www.iana.org/assignments/character-sets/character-sets.xhtml
A good alternate choice is : charset="UTF-8"
Also, you can edit the main script and search for and change the charset setting temporarily or permanently.
Another technique to identify charset for a particular language is to do Google Search for that language websites, open them one by one and right click them to View Page Source ( on Google Chrome Browser ) and search/copy the charset setting used.
Generate Default Index Webpage
A Shell Script to Generate the Default Index Webpage for any Folder
Brought to you by:
nathan-sr
Downloads:
0 This Week