Jeff Young
1 year ago
1 changed files with
1 additions and
1 deletions
-
pcbnew/netlist_reader/kicad_netlist_reader.cpp
|
|
|
@ -421,7 +421,7 @@ void KICAD_NETLIST_PARSER::parseComponent() |
|
|
|
} |
|
|
|
else if( token == T_STRING ) |
|
|
|
{ |
|
|
|
fieldValue = CurText(); |
|
|
|
fieldValue = From_UTF8( CurText() ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|