Skip to content

Prefer literal over HTML entity - #1346

Merged
matthiask merged 2 commits into
django-commons:masterfrom
jdufresne:entities
Sep 30, 2020
Merged

Prefer literal over HTML entity#1346
matthiask merged 2 commits into
django-commons:masterfrom
jdufresne:entities

Conversation

@jdufresne

Copy link
Copy Markdown
Contributor

Literals are easier to read when viewing the source (don't need to
memorize code points). The files are encoded in UTF-8 and all modern
browser support UTF-8, so it is compatible.

Literals are easier to read when viewing the source (don't need to
memorize code points). The files are encoded in UTF-8 and all modern
browser support UTF-8, so it is compatible.

@tim-schilling tim-schilling left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to me.

@matthiask
matthiask merged commit aee53aa into django-commons:master Sep 30, 2020
@matthiask

Copy link
Copy Markdown
Member

Thanks! Indeed, nobody knows what » should be :) I'd understand » but the literal is so much better.

@jdufresne
jdufresne deleted the entities branch October 2, 2020 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants