Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dwg import: support dxf encoding (fixes #15999)
  • Loading branch information
jef-n committed Feb 19, 2019
1 parent f12cac7 commit e1562a7
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 45 deletions.
1 change: 1 addition & 0 deletions external/libdxfrw/intern/dxfreader.cpp
Expand Up @@ -230,6 +230,7 @@ bool dxfReaderAscii::readCode( int *code )

return filestr->good();
}

bool dxfReaderAscii::readString( std::string *text )
{
type = STRING;
Expand Down

0 comments on commit e1562a7

Please sign in to comment.