Your comments

Here's a UTF-8 character table: http://www.utf8-chartable.de/unicode-utf8-table.pl?names=-&utf8=0x


For example, the copyright sign © is encoded as 0xc2 0xa9.

I'm pretty sure it is because of UTF-8 encoding. UTF-8 adds 0xC2 bytes to encode certain characters. 

So you should try to add something like this to your html head section so that the preview knows that the file is utf-8-encoded:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

You can also choose to save files with a different encoding, but it is really the recommended encoding for text files.
Hello,


did you choose the correct character encoding when opening the file on your computer? By default, files are saved with UTF-8 encoding.


Can you send me an example file to support@textasticapp.com?

I don't think this is actually possibly with current APIs in iOS, but I'll keep looking.
Hi, I've just recently discovered a bug that will be fixed in the next update.

Please try to limit the amount of concurrent connections to 1 (default is 3) in the FTP configuration screen. There's currently a bug that results in a crash when directory listings are parsed in several concurrent threads.
Samba seems to be licensed under the GPL. This doesn't allow me to use it in an iOS app. I'm not aware of another SMB implementation under a BSD or similar license.
You are right. It's currently not in the docs. I'll add it.
I just answered because you wrote it as a question :)

If I added this, I would have to support many more clients than just FileZilla. For example popular applications like Transmit, Dreamweaver, CyberDuck. I don't have plans to add this in the near future, sorry.
Currently, you need to manually enter your FTP account details. 
Did you see that you can get a list of recent files by tapping on the current file name? 

This is really meant as a kind of replacement for tabs which would take away screen real estate.