1Image::ExifTool::CharseUts(e3r)Contributed Perl DocumentIamtaigoen::ExifTool::Charset(3)
2
3
4
6 Image::ExifTool::Charset - ExifTool character encoding routines
7
9 This module is required by Image::ExifTool.
10
12 This module contains routines used by ExifTool to translate special
13 character sets. Currently, the following character sets are supported:
14
15 UTF8, UTF16, UCS2, UCS4, Arabic, Baltic, Cyrillic, Greek, Hebrew, JIS,
16 Latin, Latin2, MacArabic, MacChineseCN, MacChineseTW, MacCroatian,
17 MacCyrillic, MacGreek, MacHebrew, MacIceland, MacJapanese, MacKorean,
18 MacLatin2, MacRSymbol, MacRoman, MacRomanian, MacThai, MacTurkish,
19 PDFDoc, RSymbol, ShiftJIS, Symbol, Thai, Turkish, Vietnam
20
21 However, only some of these character sets are available to the user
22 via ExifTool options; the multi-byte character sets are used only
23 internally when decoding certain types of information.
24
26 Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
27
28 This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
32 Image::ExifTool(3pm)
33
34
35
36perl v5.12.4 2011-03-07 Image::ExifTool::Charset(3)