mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +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, "&#" ) ) {
|
if ( strstr( headword, "&#" ) ) {
|
||||||
// Decode some html-coded symbols in headword
|
// Decode some html-coded symbols in headword
|
||||||
headword = Html::unescapeUtf8( headword );
|
headword = Html::unescapeUtf8( headword );
|
||||||
wordLen = strlen( headword );
|
wordLen = headword.length();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !isSynFile ) {
|
if ( !isSynFile ) {
|
||||||
|
|
Loading…
Reference in a new issue