0
Paste sometimes adds 'invisible' chars
(BTW: you DO need a better font here: this form is highly unusable on an iPad)
As for the problem, I've ran into an issue copying some text from a QuickGuide and 1st I though it was the guide to be blamed but then did some more tests and found out that it's Textastic's fault. I pasted the exact same clipboard contents to several different apps and transferred all those to my PC and the only text to exhibit problems was the one pasted in Textastic. Basically, I was pasting a short html snippet and after much digging I found that textastic was adding a 0xC2 char before SOME of the spaces. These would not show on Textastic but they would be stored on the file and break html rendering. I can send you some screenshots of this if you wish.
Just to clarify, his bug happens just by pasting: if I preview the file in Textastic it will immediately exhibit the bugged behaviour! I only transferred the file to my PC to better debug it so it was not a transfer problem. (Textastic doesn't have an hex view, does it?)
As for the problem, I've ran into an issue copying some text from a QuickGuide and 1st I though it was the guide to be blamed but then did some more tests and found out that it's Textastic's fault. I pasted the exact same clipboard contents to several different apps and transferred all those to my PC and the only text to exhibit problems was the one pasted in Textastic. Basically, I was pasting a short html snippet and after much digging I found that textastic was adding a 0xC2 char before SOME of the spaces. These would not show on Textastic but they would be stored on the file and break html rendering. I can send you some screenshots of this if you wish.
Just to clarify, his bug happens just by pasting: if I preview the file in Textastic it will immediately exhibit the bugged behaviour! I only transferred the file to my PC to better debug it so it was not a transfer problem. (Textastic doesn't have an hex view, does it?)
Customer support service by UserEcho
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?
For example, the copyright sign © is encoded as 0xc2 0xa9.
So this probably isn't a bug in Textastic but we can take this to improve it a bit: I don't know if an hex mode is in your pipeline, but if it isn't,, and if it's not too complex, can you make those chars (0xC2 0xA0) visually different? Say, a dot in the middle of the char cell or something? That would make catching those much easier...
If possible, don't forget to make this website, more particularly the comments area, more "iPad-friendly". Also, if one could upload files from the iPad as well, that would be super! (I now noticed there are buttons to upload stuff because I'm on my PC!)