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, DOSCyrillic, MacArabic,
17 MacChineseCN, MacChineseTW, MacCroatian, MacCyrillic, MacGreek, MacHebrew,
18 MacIceland, MacJapanese, MacKorean, MacLatin2, MacRSymbol, MacRoman,
19 MacRomanian, MacThai, MacTurkish, PDFDoc, RSymbol, ShiftJIS, Symbol, Thai,
20 Turkish, 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-2023, 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.38.0 2023-11-21 Image::ExifTool::Charset(3)