I have a lookup table to retrieve text like below:
,index##integer##
"ОБРАТНЫЙ КЛАПАН 20",1
"ОБРАТНЫЙ КЛАПАН 25",2
"ОБРАТНЫЙ КЛАПАН 32",3
The problem is when I import it to a Revit family the cyrillic characters get messed up. I tried different encodings and character sets but nothing seem to work as expected.
Can someone help?