]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/ppd.c
ppdOpen2() now converts the NickName and all UI text to UTF-8
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 15 Mar 2006 04:35:42 +0000 (04:35 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 15 Mar 2006 04:35:42 +0000 (04:35 +0000)
commit8c4a3f1a6e103da493f96560b994606679084271
tree9c52c824e1147f4d9a863f740484a9e2a8c86da7
parented04873a8840070eff72f8bc143f140f96f288dc
ppdOpen2() now converts the NickName and all UI text to UTF-8
(STR #1475)

Simplify test framework.

cups/ppd.c:
    - ppdOpen2(): Set lang_encoding to "UTF-8" and convert all
      UI text to UTF-8.
    - ppd_get_group(): Convert text to UTF-8.

cups/testi18n.c:
    - main(): Simplify.
    - print_synopsis(): Removed.
    - test_transcode(): Use common output format.
    - test_normalize(): Comment out until we revamp.

cups/transcode.c:
    - Revamp whole file to conform to CMP, cleanup
      logic/unnecessary code, and support beyond plane 0.
    - cupsUTF16ToUTF32(): Removed.
    - cupsUTF32ToUTF16(): Removed.
    - cupsUTF16ToUTF8(): Removed.
    - cupsUTF8ToUTF16(): Removed.

cups/transcode.h:
    - cupsUTF16ToUTF32(): Removed.
    - cupsUTF32ToUTF16(): Removed.
    - cupsUTF16ToUTF8(): Removed.
    - cupsUTF8ToUTF16(): Removed.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@5293 7a7537e8-13f0-0310-91df-b6672ffda945
CHANGES.txt
cups/ppd.c
cups/testi18n.c
cups/transcode.c
cups/transcode.h