]> git.eshelyaron.com Git - emacs.git/commit
Remove codepage macros. Remove redundant BIG5 macros.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 19 Jan 1999 22:25:33 +0000 (22:25 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 19 Jan 1999 22:25:33 +0000 (22:25 +0000)
commita1b9438c25bd7669673cb4026fcf47903f7e4645
tree6de67ddf98853fae4e046b96444dc5156f8b5cde
parenta4e691eeeb6679378996d775d799e23ec44c1161
Remove codepage macros. Remove redundant BIG5 macros.
(dumpglyphs): Move definitions out of block containing goto.
Remove redundant code for BIG5.
Use w32_codepage_for_font instead of
w32_codepage_for_charset.  Add cast to int where float
operation is assigned to int.
(Vw32_charset_to_codepage_alist): New variable.
(w32_codepage_for_charset): Removed.
(w32_codepage_for_font): New function, replacing
w32_codepage_for_charset.
(syms_of_w32term): Add and initialize
w32-charset-to-codepage-alist.
src/w32term.c