You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I just exported my terms to CSV and when I looked at the CSV I noticed that some multi-word terms have <200B> markers, which apparently is unicode for "zero-width space".
Is your feature request related to a problem? Please describe.
I just exported my terms to CSV and when I looked at the CSV I noticed that some multi-word terms have <200B> markers, which apparently is unicode for "zero-width space".
For example:
Describe the solution you'd like
I wonder if the import web function should remove such special characters.
Describe alternatives you've considered
I'm not sure.
BTW, there might also be other characters that should be stripped, like byte-order mark (BOM) but maybe that wouldn't show up on a web page.
The text was updated successfully, but these errors were encountered: