[PR #670] [MERGED] Add tools to download and transform static dictionary data. #1316

Open
opened 2026-01-29 20:53:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/670
Author: @eustas
Created: 5/16/2018
Status: Merged
Merged: 5/16/2018
Merged by: @eustas

Base: masterHead: dictionary-tools


📝 Commits (1)

  • b6fcd85 Add tools to download and transform static dictionary data.

📊 Changes

5 files changed (+170 additions, -0 deletions)

View changed files

scripts/dictionary/README.md (+3 -0)
scripts/dictionary/step-01-download-rfc.py (+16 -0)
scripts/dictionary/step-02-rfc-to-bin.py (+34 -0)
scripts/dictionary/step-03-validate-bin.py (+38 -0)
scripts/dictionary/step-04-generate-java-literals.py (+79 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/670 **Author:** [@eustas](https://github.com/eustas) **Created:** 5/16/2018 **Status:** ✅ Merged **Merged:** 5/16/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `dictionary-tools` --- ### 📝 Commits (1) - [`b6fcd85`](https://github.com/google/brotli/commit/b6fcd850cd130909b32de3aab9a28549ce7163a4) Add tools to download and transform static dictionary data. ### 📊 Changes **5 files changed** (+170 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts/dictionary/README.md` (+3 -0) ➕ `scripts/dictionary/step-01-download-rfc.py` (+16 -0) ➕ `scripts/dictionary/step-02-rfc-to-bin.py` (+34 -0) ➕ `scripts/dictionary/step-03-validate-bin.py` (+38 -0) ➕ `scripts/dictionary/step-04-generate-java-literals.py` (+79 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:53:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1316