Weird CSV when there are non-breaking spaces in header columns

Weird CSV when there are non-breaking spaces in header columns

adinaadleradinaadler Posts: 6Questions: 0Answers: 0
edited December 2013 in TableTools
I'm really happy with DataTables and TableTools, and I have it doing just about everything I could want.

However, when I have a table where I put a non-breaking space in column headers, and I export that table to CSV, the non-breaking spaces are translated into odd characters; and I can't find a function for modifying headers when I export. Am I missing something?

Replies

  • allanallan Posts: 61,642Questions: 1Answers: 10,093 Site admin
    No you aren't missing anything - its not a feature that TableTools currently has - but perhaps should!

    This s where it would need a modification: https://github.com/DataTables/TableTools/blob/master/media/js/TableTools.js#L1607 .

    Allan
This discussion has been closed.