Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text is change the Sub Character and its showing like this ᴸᶦᵛᵠ#676

Closed
2 tasks
BilalHadid opened this issue Sep 6, 2024 · 4 comments
Closed
2 tasks

Comments

@BilalHadid
Copy link

  • 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

<programme start="20240905130000 +0000" stop="20240905140000 +0000" channel="ABCWABC.us">
    <title>Live with Kelly and Mark  ᴺᵉʷ</title>
    <desc>S03E03 Carrie Coon (&quot;His Three Daughters&quot;); Daniel Dae Kim (Broadway&apos;s &quot;Yellow Face&quot;); 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.

Copy link

github-actions bot commented Sep 6, 2024

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.

@amitguptagwl
Copy link
Member

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

@BilalHadid
Copy link
Author

@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 :(

@amitguptagwl
Copy link
Member

when you log it without FXP, do you get the same text you pass or the cnverted one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants