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

Special characters can cause "Word found unreadable content" error when opening the docx file #17

Open
aghaynes opened this issue Jul 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aghaynes
Copy link
Member

Where special characters (e.g. &) are used in text inputs, word cannot interpret the output. R does not give an error.

asr(
  ...,
  product_name = "something & something else",
  ...
)

image

Solution: implement a function that checks for the existance of the known special characters in inputs. Currently known examples are & and <br>

@aghaynes aghaynes added the bug Something isn't working label Jul 29, 2024
mbranca added a commit to mbranca/SwissASR that referenced this issue Jul 29, 2024
mbranca added a commit to mbranca/SwissASR that referenced this issue Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant