this post was submitted on 01 Feb 2024
54 points (93.5% liked)

Git

2541 readers
10 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 7 months ago (1 children)

I have a non-breaking space on my layout since 10 years, and a friend recently added a non-breaking hyphen to his. Appart from search that doesn't do automatic conversion I didn't noticed issues.

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago)

iirc, the issue wasn't so much SHY being used for its intended purpose, as byte 0xAD no longer being available for use as a normal character.

Imagine getting a game map file from the 80s in which lots of (more than 224) characters were used as block graphics, and you have a matching font. You open the "text" file with the appropriate font, and notice gaps in what should be a grid because all of the 0xAD are missing.

Effectively ISO-8859 and similar have become so common that it's really hard to convince any modern system to treat "text" bytes as not following some standard in which the 0xAD becomes non-printable.