Appendix A. Static Dictionary Data
Appendix A. Static Dictionary Data
This appendix contains the static dictionary data used by Brotli compression. The static dictionary consists of predefined words and phrases that commonly appear in web content.
For the complete static dictionary data, please refer to:
Official Source:
- Text:
https://www.rfc-editor.org/rfc/rfc7932.txt(Section Appendix A, lines ~2500-6500) - HTML:
https://datatracker.ietf.org/doc/html/rfc7932#appendix-A
中文翻译: See /i18n/zh-Hans/docusaurus-plugin-content-docs/current/rfc-7932/Appendix_A.md
Note: The static dictionary contains 13,504 entries of common strings used in web content. Due to its length (approximately 80KB of dictionary data), it is recommended to view it directly from the official RFC source or the compiled static dictionary in the Brotli implementation.
Key Points:
- Dictionary Size: 13,504 entries
- Total Size: ~122 KB
- Optimized for: HTML, CSS, JavaScript, and common web protocols
- Transformations: 121 predefined transformations (see Appendix B)