Closed BilalHadid closed 2 months ago
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
@amitguptagwl Yes I tried to debug and console it its showing the same data and I tried to use he or base 64 but Its not working :(
when you log it without FXP, do you get the same text you pass or the cnverted one?
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.