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
{"desc": "Snap-to-snap 60-minute presentation of a Big Ten Football game.", "title": "B1G Football in 60 ᴸᶦ��"}
yes
Yes I tried all the options
Description
if the text with sub character then it should be display we don't want to change it. Text should should not be change
Input
<programme start="20240905130000 +0000" stop="20240905140000 +0000" channel="ABCWABC.us">
<title>Live with Kelly and Mark ᴺᵉʷ</title>
<desc>S03E03 Carrie Coon ("His Three Daughters"); Daniel Dae Kim (Broadway's "Yellow Face"); Tamron Hall leads Kelly and Mark in a cooking demo with Lish Steiling.</desc>
</programme>
Code
const parser = new XMLParser();
// The parse function is synchronous but we can still make this function async
const result = parser.parse(chunk);
Output
{"desc": "Snap-to-snap 60-minute presentation of a Big Ten Football game.", "title": "B1G Football in 60 ᴸᶦ��"}
expected data
{"desc": "Snap-to-snap 60-minute presentation of a Big Ten Football game.", "title": "B1G Football in 60 ᴸᶦᵛᵉ"}
Would you like to work on this issue?
Yes
No
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered:
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
FXP doesn't convert the text by it's own. It might be due to character encoding. Did you try to debug the issue with tagValueProcessor where you should receive raw value
4.5.0
{"desc": "Snap-to-snap 60-minute presentation of a Big Ten Football game.", "title": "B1G Football in 60 ᴸᶦ��"}
yes
Yes I tried all the options
Description
if the text with sub character then it should be display we don't want to change it. Text should should not be change
Input
Code
const parser = new XMLParser();
// The parse function is synchronous but we can still make this function async
const result = parser.parse(chunk);
Output
{"desc": "Snap-to-snap 60-minute presentation of a Big Ten Football game.", "title": "B1G Football in 60 ᴸᶦ��"}
expected data
{"desc": "Snap-to-snap 60-minute presentation of a Big Ten Football game.", "title": "B1G Football in 60 ᴸᶦᵛᵉ"}
Would you like to work on this issue?
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered: