-
**Describe the bug**
HTML entities are still encoded and appears as is, like for example `&` or `'`
**To Reproduce**
Steps to reproduce the behavior:
Just do a search with results includ…
-
I noticed that when selecting HTML as the output format, the transcript is saved verbatim in HTML, including all special characters and umlauts. It would be better if you could escape those to HTML en…
tobbi updated
4 weeks ago
-
Symbols in field names are transformed into HTML entities (e.g., apostrophes become `’`)
Field listing:
![Screenshot 2024-11-15 113934](https://github.com/user-attachments/assets/0946ac4e-4a…
-
& and > are improperly escaped in imported tweets, i.e., appear as \& and \>
For many examples, search for `&` here (25 `&` are escaped, 6 are not): https://bsky.app/profile/twitterarch…
-
**Nokogiri** gem doesn’t handle **HTML** entities other than `&`, `` , `"` , and `'`, the rest of the entities are ignored/replaced, but they are valid input in **MathML**.
Issue faced while MathML…
-
### Component(s)
pkg/stanza
### What happened?
## Description
file_output operator automatically escapes special characters in log records when Go template is used to customize output format.
#…
-
### Description
Describe your issue here.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [x] bug
- [ ] enhancement (feature request)
- [ ] question
- [ ] documentation …
-
### Describe the bug
All .js files containing JSX syntax (e.g., , , etc.) are incorrectly outputting HTML entities instead of JSX tags. For instance, and render as <View> and <Card>, af…
-
- FACT-Finder-Web-Components Magento2-Module version (see composer.json): 4.3.3
- Magento edition and version: 2.4.7-p2
- PHP version: 8.3.8
- Expected behavior: Product export works
- Actual beha…
-
The Python XML package's xml.etree.ElementTree.fromstring()'s XMLParser apparently has no (easy?) way to handle predefined XHTML/HTML entities (such as nbsp).
It would be nice if we could use suc…