Coder Social home page Coder Social logo

Comments (6)

ssteinerx avatar ssteinerx commented on June 28, 2024

I have a much updated fork at: ssteinerX

Please check to see if I've somehow corrected the problem -- I've updated all of the build tools and React itself as well.

from sb-admin-react.

sergio-dias avatar sergio-dias commented on June 28, 2024

Thank you ssteinerx, but it doesn't help. I will research a little bit more and try to find out what is happening.

from sb-admin-react.

ssteinerx avatar ssteinerx commented on June 28, 2024

Check this: http://stackoverflow.com/questions/1461907/html-encoding-issues-%C3%82-character-showing-up-instead-of-nbsp

Somewhere in that mess, the non-breaking spaces from the HTML template (the s) are encoding as ISO-8859-1 so that they show up incorrectly as an "Â" character
That'd be encoding to UTF-8 then, not ISO-8859-1. The non-breaking space character is byte 0xA0 in ISO-8859-1; when encoded to UTF-8 it'd be 0xC2,0xA0, which, if you (incorrectly) view it as ISO-8859-1 comes out as "Â ". That includes a trailing nbsp which you might not be noticing; if that byte isn't there, then something else has mauled your document and we need to see further up to find out what.

from sb-admin-react.

sergio-dias avatar sergio-dias commented on June 28, 2024

Thanks, ssteinerx . That's it!

from sb-admin-react.

ssteinerx avatar ssteinerx commented on June 28, 2024

@sergio-finanzero Great! Glad I could help. If you want to raise further issues, please do so on my fork of this project as this repo seems to have been abandoned and my fork is so far ahead that I almost have as many commits on it as the original project did when I forked it.

from sb-admin-react.

sarika01 avatar sarika01 commented on June 28, 2024

Thanks @ssteinerx for solving this.

from sb-admin-react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.