You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code applies minimal escaping to the title field when it contains >10% CJK characters, but this doesn't work for the shorttitle field. This affects entries where both fields contain CJK characters. #2810 is related.
Current Behavior
@article{shenaidi2017,
shorttitle = {``请捐一分钱给中国小朋友''},
author = {{沈艾娣}},
translator = {{蔡丹妮}},
date = {2017},
journaltitle = {全球史评论},
number = {1},
pages = {176--201, 350},
title = {“请捐一分钱给中国小朋友”:法国天主教圣婴会在中国(1843--1951年)}
}
The title field gets minimal escaping when >10% CJK
The shorttitle field still gets full escaping, causing potential issues with CJK characters
Expected Behavior
Both fields should get minimal escaping when they contain >10% CJK characters:
@article{shenaidi2017,
shorttitle = {“请捐一分钱给中国小朋友”},
author = {{沈艾娣}},
translator = {{蔡丹妮}},
date = {2017},
journaltitle = {全球史评论},
number = {1},
pages = {176--201, 350},
title = {“请捐一分钱给中国小朋友”:法国天主教圣婴会在中国(1843--1951年)}
}
Debug log ID
HPQUGLX5-refs-apse/6.7.258-7
What happened?
Description
The current code applies minimal escaping to the title field when it contains >10% CJK characters, but this doesn't work for the shorttitle field. This affects entries where both fields contain CJK characters. #2810 is related.
Current Behavior
Expected Behavior
Both fields should get minimal escaping when they contain >10% CJK characters:
Current Postscript
The text was updated successfully, but these errors were encountered: