Skip to content

Commit

Permalink
opt: dsl remove qtextcodec
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Jan 3, 2025
1 parent a067d67 commit 09a7bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/dsl_details.cc
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ DslScanner::DslScanner( string const & fileName ):
}
}

qDebug() << "DSL encoding ->" << encoding;
qDebug() << "DSL encoding:" << getEncodingNameFor( encoding );

if ( gzrewind( f ) ) {
gzclose( f );
Expand Down

0 comments on commit 09a7bb6

Please sign in to comment.