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

Odd handling of specific character "E" in certain cases, being mapped to unicode U+0065 #939

Open
ezzak opened this issue Mar 25, 2025 · 0 comments

Comments

@ezzak
Copy link

ezzak commented Mar 25, 2025

I've come across this odd case where 0e is mapped to 0\65, I'm trying to understand why this is the case.

Image

I've tried adding a custom Visitor to avoid this behavior but this seems (?maybe) to be happening at a latest stage so it seems to be getting bypassed.

https://lightningcss.dev/playground/#%7B%22minify%22%3Afalse%2C%22customMedia%22%3Atrue%2C%22cssModules%22%3Afalse%2C%22analyzeDependencies%22%3Afalse%2C%22targets%22%3A%7B%22chrome%22%3A6225920%7D%2C%22include%22%3A0%2C%22exclude%22%3A0%2C%22source%22%3A%22.foo%20%7B%5Cn%20%20height%3A%200e%3B%5Cn%20%20height%3A%200f%3B%5Cn%20%20height%3A%203px%3B%5Cn%7D%5Cn%22%2C%22visitorEnabled%22%3Afalse%2C%22visitor%22%3A%22%22%2C%22unusedSymbols%22%3A%5B%5D%2C%22version%22%3A%22local%22%7D

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