-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
_posts/2024-05-10-researching-file-formats-37-portable-embosser-format.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: post | ||
title: "Researching file formats 37: Portable Embosser Format" | ||
date: 2024-05-10 09:00:00 -0500 | ||
tags: [file formats, fdds] | ||
--- | ||
|
||
This blog post is part of a series on file formats research. See [this introduction post](https://bits.ashleyblewer.com/blog/2023/08/04/researching-file-formats-library-of-congress-sustainability-of-digital-formats/) for more information. | ||
|
||
Update: The official format definition is now online here: [Portable Embosser Format](https://www.loc.gov/preservation/digital/formats/fdd/fdd000624.shtml). [Comments welcome](https://www.loc.gov/preservation/digital/formats/contact_format.shtml) directly to the Library of Congress. | ||
|
||
The Portable Embosser Format (PEF) is a document type that represents braille pages in digital form, "accurately and unambiguously; regardless of language, location, embosser settings, braille code and computer environment" ([source]((https://braillespecs.github.io/pef/pef-specification.html))). | ||
|
||
Not a lot of info online about this one. It's based on XML and Unicode. There's a [public draft](https://braillespecs.github.io/pef/pef-specification.html) from 2011. There's also several dead or noted-as-unmaintained websites. It was initially developed by the Swedish Library for the Blind and so there's a good bit of usage in Scandinavia, but seems like it never got a lot of uptake in the States. | ||
|
||
The challenge of this format was that the online information was so sparse -- you can check out the FDD above to see how I fared when juggling limited information and uptake! |