GithubHelp home page GithubHelp logo

Comments (5)

megawac avatar megawac commented on August 26, 2024

It means the file has a sequence of unescaped character (e.g. โœŒเน.เนโœŒ) instead of using the escaped sequence \u270C\u0E4F.\u0E4F\u270C. This can cause issues with older browsers

You can ignore the messages in most cases

from bot.

Todd-Werelius avatar Todd-Werelius commented on August 26, 2024

Okay, I just could not find any thing that looked problematic using the offsets given but I will take a closer look

Might be helpful to output a short run of the nasty bits to eyeball them, there was another submission I looked at the was not minified and pretty small, I didn't seen any in that submission either.

I will take a look

Thanks

from bot.

Todd-Werelius avatar Todd-Werelius commented on August 26, 2024

Okay I wrote a little js script to find the offending character and spit out a line and matched it back up with the unminifed version ( it just bothered me) apparently uglify unescapes unicode escaped sequences to save space by default.

I don't know if you have a 'common problems and solutions' area in the docs, didn't see it if you did, but adding the following to gulp-uglify leaves them intact and escapes any other characters

.pipe(uglify({
      output: {
        ascii_only: true
      }
    }))

Closing, thanks.

from bot.

megawac avatar megawac commented on August 26, 2024

If you want to submit a pr with a better message or FAQ I'll definitely merge it

from bot.

Todd-Werelius avatar Todd-Werelius commented on August 26, 2024

I would be happy to work on a FAQ addition, not really a python guy so you probably don't want me mucking with that ;-)

from bot.

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.