antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.19k stars 119 forks source link

Odd symbol when copying from view #171

Open ricardo-dlc opened 2 years ago

ricardo-dlc commented 2 years ago

I noted that when I copy a value from the main view, it adds an odd symbol. First I thought that the problem was my csv, but after try this on several files I noted that the problem was Tad, cause if I open the csv with another method/program that weird symbol is not present. For example

id,country
1,US
2,MX

If I copy whatever value, the result always will be something like:

"US"

It seems ok, but if you copy in VSCode for example (with the "Hightligth unicode" option activated) you will see the following:

image

The unicode is symbol U+feff

Tad version: 0.10.0

This not occurs on version 0.9.0

chrisbiava commented 2 years ago

Same here, I'm running TAD on version 0.10.1.