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, DOSLatinUS, DOSLatin1, MacArabic, MacChineseCN,
17 MacChineseTW, MacCroatian, MacCyrillic, MacGreek, MacHebrew, MacIceland,
18 MacJapanese, MacKorean, MacLatin2, MacRSymbol, MacRoman, MacRomanian,
19 MacThai, MacTurkish, PDFDoc, RSymbol, ShiftJIS, Symbol, Thai, Turkish,
20 Vietnam
21
22 However, only some of these character sets are available to the user
23 via ExifTool options -- the multi-byte character sets are used only
24 internally when decoding certain types of information.
25
27 Copyright 2003-2020, Phil Harvey (philharvey66 at gmail.com)
28
29 This library is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31
33 Image::ExifTool(3pm)
34
35
36
37perl v5.30.1 2020-01-31 Image::ExifTool::Charset(3)