- From: Garret Rieger <grieger@google.com>
- Date: Tue, 5 Nov 2019 15:57:20 -0800
- To: "w3c-webfonts-wg (public-webfonts-wg@w3.org)" <public-webfonts-wg@w3.org>
Received on Tuesday, 5 November 2019 23:57:40 UTC
Code is here: https://github.com/w3c/PFE-analysis/tree/master/patch_subset This provides an implementation of the Patch/Subset style of PFE as specified in this design doc: https://github.com/w3c/PFE-analysis/tree/master/patch_subset I've included both a client and server implementation. Currently only the very basic workflow of rebase and patch are supported. More advanced features such as: - Codepoint remapping/re-indexing <https://docs.google.com/document/d/1DJ6VkUEZS2kvYZemIoX4fjCgqFXAtlRjpMlkOvblSts/edit#heading=h.z904uwbotomt> - Exceptional case handling <https://docs.google.com/document/d/1DJ6VkUEZS2kvYZemIoX4fjCgqFXAtlRjpMlkOvblSts/edit#heading=h.3tdo3ji8rnn5> Are not yet implemented. Additionally no binary diff implementations are currently included. I'm currently working on getting code for those published.
Received on Tuesday, 5 November 2019 23:57:40 UTC