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

Text artifacts on sites not using UTF-8 (#7) #87

Open
necaran opened this issue Aug 30, 2024 · 3 comments
Open

Text artifacts on sites not using UTF-8 (#7) #87

necaran opened this issue Aug 30, 2024 · 3 comments
Labels
bug Something isn't working Critical

Comments

@necaran
Copy link

necaran commented Aug 30, 2024

When encoding is not UTF-8, the page goes wrong.
It does not only break the text but also page content somethings.

Website: https://www.jalan.net
Encoding: Shift_JIS

crop

Full screenshots
OriginalUltimaDark
@SagXD
Copy link

SagXD commented Aug 31, 2024

#7

@Vintagemotors Vintagemotors changed the title Page broken when encoding is not UTF-8 Text artifacts on sites not using UTF-8 (#7) Sep 2, 2024
@necaran
Copy link
Author

necaran commented Sep 10, 2024

I just found that broken/incomplete content might a different issue.
It breaks scripts at some websites regardless of the encoding.
For example, https://hub.docker.com (UTF-8) was stuck at the spinning icon and completely unusable.

Uncaught TypeError: c is undefined
    rentacarChk https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:2051
    setPeriod https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:1205
    setTimeout handler*setPeriod https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:1176
    refreshStayLength https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:1073
    setTimeout handler*refreshStayLength https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:1072
    returnMonthOnChange https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:1033
    setTimeout handler*returnMonthOnChange https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:1014
    deptDateOnChange https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:992
    setTimeout handler*deptDateOnChange https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:980
    deptMonthOnChange https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:938
    init https://www.jalan.net/jalan/doc/top/js/dp2_d_home.js?update=20191105:172
    jQuery 11
dp2_d_home.js:2051:16
Uncaught TypeError: S is null
    rZ https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-27NNUPQV.js:33
    rZ https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-27NNUPQV.js:33
    Rl https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-27NNUPQV.js:33
    no https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-27NNUPQV.js:33
    no https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-27NNUPQV.js:33
    iL https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-27NNUPQV.js:37
    o https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-KYJ4F7QJ.js:1
    aL https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-27NNUPQV.js:37
    p https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-KYJ4F7QJ.js:1
    ee https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-27NNUPQV.js:37
    p https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-KYJ4F7QJ.js:1
    <anonymous> https://d36jcksde1wxzq.cloudfront.net/hub-ui/_shared/chunk-NB7LPVG4.js:4
chunk-27NNUPQV.js:33:23374

@ThomazPom
Copy link
Owner

Thank you for taking the time to test version 1.5.54, which has been released but not yet published. You identified the issue with hub.docker.com that was introduced in this version before it could be published.

@Vintagemotors Vintagemotors added bug Something isn't working Critical labels Sep 11, 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 Critical
Projects
None yet
Development

No branches or pull requests

4 participants