Wrong text encoding on "Outliners & Programming" page

Abierto
#311 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
35/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
html
Área
web-dev

Línea de trabajo

Inspect the archived page at http://scripting.com/outlinersProgramming.html, starting with its HTTP headers and HTML source to determine where the text encoding is missing. The work is done when the quotation marks render correctly in current browsers without manually selecting Mac OS Roman encoding.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Hi Dave, I saw your post the other day linking to your page Outliners & Programming. Great read, thanks!

Small issue on that page: I noticed that the quotation marks in the phrase “the halceon days are yet to come.” do not render correctly in my browsers.

  • On Firefox (Mac), it renders as Òthe halceon days are yet to come.Ó
  • On Safari (Mac), it renders as �the halceon days are yet to come.�
    • If I manually switch Safari to use the Mac OS Roman text encoding, the quotes render correctly as “the halceon days are yet to come.”

It looks like neither the HTTP headers nor the HTML code specify the text encoding:

$ curl --head "http://scripting.com/outlinersProgramming.html"
HTTP/1.1 200 OK
Date: Tue, 27 Aug 2024 12:54:06 GMT
Content-Type: text/html
Content-Length: 18900
Server: AmazonS3
Last-Modified: Wed, 02 Jan 2013 00:05:59 GMT
ETag: "14eb000fc596155005eb9b6f68a86500"
…

PS: I realize that page is a part of an archived site and it might not be easy for you to fix this, but I thought I'd let you know. Feel free to disregard and close this issue.

Lenguaje dominante
HTML
Estrellas
134
Forks
10
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de scripting/Scripting-News

Todos los issues de scripting/Scripting-News

Issues similares

Más issues de Web Dev

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.