Added first pass at support for building TiddlyWiki 2.6.x with TW5

There are still some whitespace and attribute ordering issues, but the
result runs correctly.
This commit is contained in:
Jeremy Ruston
2012-05-29 22:02:38 +01:00
parent d23fbe5ef1
commit a1c8ac624f
611 changed files with 170565 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
title: CharacterEncoding
modifier: blaine
created: 20110211110625
modified: 20110211131015
tags: troubleshooting
creator: psd
When you upload a TiddlyWiki to a web server, if doesn't load properly, it may be a CharacterEncoding issue.
TiddlyWiki uses Unicode ~UTF-8 encoding and won't load properly if your host is serving it as ~ISO-8859-1. You should be able to check this by loading another page on the server in FireFox and selecting 'Page Info' on the 'Tools' menu.
If this is the case, it should be reasonably easy to sort out. We recommend that you contact your server host and ask them to serve it in ~UTF-8 mode. If you are more technically hands-on, you may be able to [[solve the issue yourself|http://www.w3.org/International/questions/qa-htaccess-charset]].