3 extra space chars
3 extra space chars
See here:
http://www.quadratica.it/datatables/my-proofs/index.php
Can someone tell me why i find 3 extra space chars (ascii decimal 32) after table cell update, please?
After update (using firebug) i inspect updated cell and i find 3 extra space chars at the beginning of cell text.
However space chars are present only in browser table (client side), in fact after refreshing data (F5), those odious space chars disappear and i have realized that they are not added to database.
It's already a good thing but i also don't want them in client table after my update, in a professional application it's horrible!
Thank you,
J
http://www.quadratica.it/datatables/my-proofs/index.php
Can someone tell me why i find 3 extra space chars (ascii decimal 32) after table cell update, please?
After update (using firebug) i inspect updated cell and i find 3 extra space chars at the beginning of cell text.
However space chars are present only in browser table (client side), in fact after refreshing data (F5), those odious space chars disappear and i have realized that they are not added to database.
It's already a good thing but i also don't want them in client table after my update, in a professional application it's horrible!
Thank you,
J
This discussion has been closed.
Replies
Allan
i post now my experience because i would also help some other people.
i found 3 newline in a minor file of my personal micro-framework.
In order to correct this error, i would never went there without your suggestion.
If whilst i was testing my server side script i was using 'header("Content-Type: text/plain charset=utf-8");' , i was be able to realize that the error was on the server.
Is it the right way?
Thank you for your help,
J