GithubHelp home page GithubHelp logo

Comments (2)

KuraFire avatar KuraFire commented on June 23, 2024

Saving character bytes on entities is generally a waste of time/energy. However, I'm personally* generally in favor of using actual UTF-8 characters over entities, because that's kind of the point of using UTF-8 in the first place.

* Not particularly backed up by research into what would be a best practice here. 

Faruk Ateş, co-founder
https://presentate.com/

Sent quickly with thumbs.

On Tue, Mar 11, 2014 at 9:44 PM, Steven Sinatra [email protected]
wrote:

Occured to me when inspecting @KuraFire's PR (#57) for translation. Should we use character entities to replace special characters (apart from < and >) or because of the <meta charset="UTF-8"> we can just paste it in place instead to save character bytes?

Reply to this email directly or view it on GitHub:
#61

from code-guide.

scheinercc avatar scheinercc commented on June 23, 2024

@diagramatics - There are the rules from the Google HTML/CSS Style Guide which I personally consider as quite general:

There is no need to use entity references like —, ”, or ☺, assuming the same encoding (UTF-8) is used for files and editors as well as among teams.

The only exceptions apply to characters with special meaning in HTML (like < and &) as well as control or “invisible” characters (like no-break spaces).

Source: http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml#Entity_References

🐢

from code-guide.

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.