this post was submitted on 02 Aug 2024
38 points (93.2% liked)

Software Gore

956 readers
1 users here now

A community for posting software malfunctions

Deliberately bad software or bad design is not software gore, it must be something unintentional

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient and shear it



founded 10 months ago
MODERATORS
38
What language is this? (programming.dev)
submitted 1 month ago* (last edited 1 month ago) by andioop to c/software_gore
 
top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 1 month ago
[–] [email protected] 8 points 1 month ago
[–] [email protected] 5 points 1 month ago

I'm guessing a language that the device doesn't have a proper font for.

[–] [email protected] 5 points 1 month ago

Looks like mojibake to me.

[–] [email protected] 5 points 1 month ago

My guess is it's UTF-8 Unicode (any non-Latin language) being interpreted as some standard for 8-bit text. (Windows CP-1252 for example, but not that one because it doesn't have the block made of lines character)

[–] [email protected] 4 points 1 month ago

I'm guessing someone failed to include a font pack for icons with the release, so what we're seeing is the unicode gibberish that would be styled and replaced with icons from the font pack if it existed, but since it doesn't its getting rendered with a default font instead. It could also be something else entirely, but that's my initial assumption.

[–] [email protected] 2 points 1 month ago
[–] pkill 2 points 1 month ago