Commit 1330753
committed
Deprecate dviread.Encoding.
In 2c0f5ec I found that dviread.Encoding was mostly broken (it didn't
correctly split entries in the encoding file and instead returned
everything concatenated as a single string) and introduced _parse_enc to
make usetex loading work in SVG. I didn't deprecate Encoding yet
because it appeared to work for the pdf backend.
As it turns out it "works" because the format needed by the pdf backend
is exactly the same as the one in enc files, so it doesn't mind the
failure to split the string. Still, using a proper parser (_parse_enc)
seems better... So deprecate the broken Encoding.1 parent 623851f commit 1330753
3 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
766 | | - | |
| 766 | + | |
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| 922 | + | |
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
| |||
0 commit comments