svg.c (xcircuit-3.10.25.tgz) | : | svg.c (xcircuit-3.10.26.tgz) | ||
---|---|---|---|---|
skipping to change at line 566 | skipping to change at line 566 | |||
short *tabstops = NULL; | short *tabstops = NULL; | |||
short tabno, numtabs = 0, group = 0; | short tabno, numtabs = 0, group = 0; | |||
short linenum = 0; | short linenum = 0; | |||
int open_text, open_span, open_decor; | int open_text, open_span, open_decor; | |||
XPoint *decorations = NULL; | XPoint *decorations = NULL; | |||
short nvals = 0; | short nvals = 0; | |||
char *symbol_html_encoding[] = { | char *symbol_html_encoding[] = { | |||
" ", "!", "∀", "#", "∃", "%", "&", "?", "(", ")", | " ", "!", "∀", "#", "∃", "%", "&", "?", "(", ")", | |||
"*", "+", ",", "−", ".", "/", "0", "1", "2", "3", "4", | "*", "+", ",", "−", ".", "/", "0", "1", "2", "3", "4", | |||
"5", "6", "7", "8", "9", ":", ";", "<", "=", ">", "?", "≅", | "5", "6", "7", "8", "9", ":", ";", "<", "=", ">", "?", "≅", | |||
"Α", "Β", "Χ", "Δ", "Ε", "Φ", | "Α", "Β", "Χ", "Δ", "Ε", "Φ", | |||
"Γ", "Η", "Ι", "ϑ", "Κ", "Λ", | "Γ", "Η", "Ι", "ϑ", "Κ", "Λ", | |||
"Μ", "Ν", "Ο", "Π", "Θ", "Ρ", | "Μ", "Ν", "Ο", "Π", "Θ", "Ρ", | |||
"Σ", "Τ", "Υ", "σ", "Ω", "Ξ", | "Σ", "Τ", "Υ", "σ", "Ω", "Ξ", | |||
"Ψ", "Ζ", "[", "∴", "]", "⊥", "_", | "Ψ", "Ζ", "[", "∴", "]", "⊥", "_", | |||
"‾", "α", "β", "χ", "δ", "ε", | "‾", "α", "β", "χ", "δ", "ε", | |||
"φ", "γ", "η", "ι", "φ", "κ", | "φ", "γ", "η", "ι", "φ", "κ", | |||
"λ", "μ", "ν", "ο", "π", "θ", | "λ", "μ", "ν", "ο", "π", "θ", | |||
"ρ", "σ", "τ", "υ", "ω", "ω", | "ρ", "σ", "τ", "υ", "ω", "ω", | |||
"ξ", "ψ", "ζ", "{", "|", "}", "~", "", "", "", | "ξ", "ψ", "ζ", "{", "|", "}", "~", "", "", "", | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |