CSV export problem with non-breaking space

CSV export problem with non-breaking space

odisseu21odisseu21 Posts: 2Questions: 0Answers: 0
edited August 2011 in TableTools
cell with [code] [/code] is exported as (hex C2A0), not as ' ' (hex 20), in the CSV file.

we are using last version v.1.8.1.

is there a way to avoid this?

thanks!

Replies

  • allanallan Posts: 61,657Questions: 1Answers: 10,094 Site admin
      != ' ' though :-). So somewhere you need to convert the non-breaking spaces to breakable spaces with a .replace (possibly in an fnClick override for the CSV button).

    Allan
  • odisseu21odisseu21 Posts: 2Questions: 0Answers: 0
    thank you Allan; OK non-breaking space != ' ', but in terms of CSV cell, what is the best match? a single blank (hex 20) or undef, perhaps; not A-with-circunflex :).

    anyway, I look for .replace stuff samples in the forum.

    thanks again!
This discussion has been closed.