| Summary: | Typo in fonts.conf.in | ||
|---|---|---|---|
| Product: | fontconfig | Reporter: | Peter Bowen <pzb> |
| Component: | library | Assignee: | Keith Packard <keithp> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | high | ||
| Version: | 2.1 | ||
| Hardware: | x86 (IA32) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Bug Depends on: | 106265 | ||
| Bug Blocks: | |||
Thanks for the report |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
The fonts.conf.in in CVS has the following in the blank char section: <int>0xfff9</int> <!-- INTERLINEAR ANNOTATION ANCHOR --> <int>0xfffa</int> <!-- INTERLINEAR ANNOTATION SEPARATOR --> <int>0xfffa</int> <!-- INTERLINEAR ANNOTATION TERMINATOR --> </blank> The last entry for the terminator should not be 0xfffa, but 0xfffb.