this post was submitted on 08 Sep 2024
1225 points (98.3% liked)
Programmer Humor
35796 readers
26 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
zipped xml!
Lots or file formats are just zipped XML.
I was ~~reverse engineering~~ fucking around with the LBX file format for our Brother label printer's software at work, because I wanted to generate labels programmatically, and they're zipped XML too. Terrible format, LBX, really annoying to work with. The parser in Brother P-Touch Editor is really picky too. A string is 1 character longer or shorter than the length you defined in an attribute earlier in the XML? "I've never seen this file format in my life," says P-Touch Editor.
Do you have to define a length range?
The precise length, not a range.
But I misremembered a bit, you actually define it after the text. Here's a screenshot of a single text element: https://clips.clb92.xyz/2024-09-08_22-27-04_gfxTWDQt13RMnTIS.png