Textfile input and Æ Ø Å

Hi!
I would like to input a csv /tab delimited text-file (based on an excel-file). The file contains Æ, Ø, Å (norwegian characters). Is there a way to preserve these characters through the import? Now i only get a (?).

I get the same issue when using the read file component.

We could reproduce the problem and we are looking into it. There seems to be a bug reading the correct charset in the imported file.

Thank you for reporting this, I will let you know when there is an update.

Hi guys, in python (not grasshopper) I add
# -*- coding: utf-8 -*-
for python scripts in Rhino to support the Norwegian ÆØÅ letters.