Redesign the character re-encoding code.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 27 Mar 2009 02:46:21 +0000 (11:46 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 27 Mar 2009 02:46:21 +0000 (11:46 +0900)
commitdd5535725f86158e55b3fc263c17058005b0c0a5
treef661e464a953265cd19f5614f63d1c8c4991579c
parent9111d677aedf91f69f57f4bd4600ac35f8a9702c
Redesign the character re-encoding code.

Remove the statically allocated convertors,
instead, assume that the encoding of variables,
data and associated metadata is stored in the dictionary.
20 files changed:
src/data/gnumeric-reader.c
src/libpspp/i18n.c
src/libpspp/i18n.h
src/ui/gui/compute-dialog.c
src/ui/gui/dialog-common.c
src/ui/gui/dict-display.c
src/ui/gui/helper.c
src/ui/gui/helper.h
src/ui/gui/psppire-data-editor.c
src/ui/gui/psppire-data-store.c
src/ui/gui/psppire-dict.c
src/ui/gui/psppire-dict.h
src/ui/gui/psppire-dictview.c
src/ui/gui/psppire-var-sheet.c
src/ui/gui/psppire-var-store.c
src/ui/gui/val-labs-dialog.c
src/ui/gui/val-labs-dialog.h
src/ui/gui/var-display.c
src/ui/gui/var-display.h
src/ui/gui/variable-info-dialog.c