Restoring test data

This commit is contained in:
Jeremy Ruston
2011-12-03 11:53:29 +00:00
parent 2323b15728
commit ffe31fbb11
347 changed files with 115786 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]].