Is there a way to import a textfile into grasshopper with special characters?
For excamble m²,m³… and ä,ö,ü,…
to export it in the end.
The plugin has the ability to deal with encodings. Though you need to fill the encoding input. (possible values are here)

But eventually the success of import/export depends on whether .NET framework fully supports your encoding.
1 Like
Great! with ISO-8859-1 it is working.
thx armin
