mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
opt: headword parse modification
This commit is contained in:
parent
a451755ddb
commit
2fff75aad9
|
@ -1687,7 +1687,7 @@ static void handleIdxSynFile( string const & fileName,
|
|||
if ( strstr( headword, "&#" ) ) {
|
||||
// Decode some html-coded symbols in headword
|
||||
headword = Html::unescapeUtf8( headword );
|
||||
wordLen = strlen( headword );
|
||||
wordLen = headword.length();
|
||||
}
|
||||
|
||||
if ( !isSynFile ) {
|
||||
|
|
Loading…
Reference in a new issue