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

certain utf-8 chars (\u00D7 (×) and \u00F7 (÷)) in code blocks causes segfaults in R 4.4.0 #190

Closed
zkamvar opened this issue May 28, 2024 · 1 comment

Comments

@zkamvar
Copy link
Contributor

zkamvar commented May 28, 2024

downlit under R 4.4.0 is having problems handling certain UTF-8 characters:

downlit:::safe_parse("ü") # works fine
downlit:::safe_parse("÷") # segfault
downlit:::safe_parse("×") # segfault

It works in R 4.3.3, but fails in R 4.4.0.

@zkamvar
Copy link
Contributor Author

zkamvar commented May 28, 2024

duplicate of #189

@zkamvar zkamvar closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
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

1 participant