Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
388 stars 28 forks source link

Multiple characters not showing up correctly #258

Open Liebeg opened 5 months ago

Liebeg commented 5 months ago

Are you ready to report?

Before reporting a bug, use GitHub's issues filter to see if the bug you've found was already reported. If it has been reported, please indicate said bug also affects you and provide details that add value to the discussion. If the bug hasn't been reported, please continue to fill out this form.

Bug Description After converting a .docx to .html inside word in loading it in qprompt it has problems with loading multiple chars like ' for example

Steps to Reproduce

  1. Convert a docx to html inside word wich contains ' and - 2.load it in qprompt

Expected behavior The characters should show up

Detailed description of display configuration (if applicable)

Screenshots (optional) image

Device information

Additional context

Cuperino commented 5 months ago

This looks like a bug that has to do with text encoding. It might be specific to the language of the source document, specific to Windows or both.

videosmith commented 2 months ago

I've seen this from several word processing files (pdf the worst). With all the fonts out there, some may not have equivalent characters/glyphs also. You could try copy/paste without formatting to see if that works.

Cuperino commented 2 months ago

@videosmith Have you had this issue on Linux?

@Liebeg Could you prepare a list of all the glyphs that have caused this issue for you? (If Videosmith's hypothesis is correct then, there could be endless glyphs with this problem and covering them all is impossible. So it's really a matter of supplying all the glyphs used in the languages users prompt in.

videosmith commented 2 months ago

Yes, seems to be an issue with the source document. Although I get most in Word format, many are exports from whatever app the client uses... Powerpoint, Keynote, Google meetings, PDF files... difficult to pinpoint since I'm not given the source documents. I will attempt to locate an old one and upload.

Cuperino commented 1 month ago

@liebeg Can you try replicate this issue with the Qt 6 build?