-
Notifications
You must be signed in to change notification settings - Fork 6
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
False characters shown #199
Comments
Thanks @Dragodraki , I'll start taking a look into the root cause for this specific site. I've hit so many cases already, I'm curious to see what the new case is. |
Well @Dragodraki this one was interesting, but also has been a likely source of problems for any of the characters appearing in the range 0x80 to 0x9F. See the reference here: https://www.i18nqa.com/debug/bug-iso8859-1-vs-windows-1252.html Here's what happened. |
Thanks for your very quick support, again! :) |
Yes that's the plan @Dragodraki. Right now I'm putting much of my efforts into a next generation of detection model over at wingman-jr-addon/model#7. In the meantime if you're feeling adventurous you can give the branch a try. Setting it up is as easy as 1) cloning, 2) checking out the branch, 3) going to about:debugging -> This Firefox -> Load Temporary Addon and picking the manifest.json file. Thanks for your continued bug reports - they will make the addon so much better for international users! |
So, no fix - it's okay, since its about this single site only. You mentioned you work on next generation detection model. Now I am curious, do you mind telling a bit about it? So many addons and also general programs are forks of others or pushed aside by standard apps from big manufacturers, there is barely anything new out there - that's why I like to try new programs. |
@Dragodraki Well I'm posting some progress about the new model over at the other issue wingman-jr-addon/model#7 , but in short I'm looking at some of the research that's been done in the last 2 years that combines the advances of vision transformers with convolutional networks as well as some of the robustness pretraining approaches like CLIP and DINO. |
(I'm going to leave this open until I have the PR merged) |
@Dragodraki I added a test file, see #200 for visual differences in character translation. |
On website https://buerohaus-ahner.bueroshops.de all €-characters turned into ÿ-characters when your addon is enabled.
Can you make Wingman Jr. allow this font type and display the €-characters on those websites again?
The text was updated successfully, but these errors were encountered: