File: MapUTF8.ja_JP.eucjp.pod

package info (click to toggle)
libunicode-maputf8-perl 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 604; makefile: 2
file content (238 lines) | stat: -rw-r--r-- 7,849 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
=encoding euc-jp

=head1 ̾

Unicode::MapUTF8 - ǤդʸåȤ顿ؤUTF8Ѵ

=head1 

 use Unicode::MapUTF8 qw(to_utf8 from_utf8 utf8_supported_charset);

 # 'ISO-8859-1'ʸ 'UTF8'Ѵ
 my $output = to_utf8({ -string => 'An example', -charset => 'ISO-8859-1' });

 # 'UTF8'󥳡ǥ󥰤ʸ򥨥󥳡ǥ 'ISO-8859-1'Ѵ
 my $other  = from_utf8({ -string => 'Other text', -charset => 'ISO-8859-1' });

 # ѤǤʸåȥ󥳡ǥ󥰤Υꥹ
 my @character_sets = utf8_supported_charset;

 # ʸå̾ɲ
 utf8_charset_alias({ 'ms-japanese' => 'sjis' });

 # ĤǤդΡʤ礭ߴΤʸåȥ󥳡ǥ󥰤ǤѴ
 # (SJIS to EUC-JP)
 my $utf8_string   = to_utf8({ -string =>$sjis_string, -charset => 'sjis'});
 my $euc_jp_string = from_utf8({ -string => $utf8_string, -charset => 'euc-jp' })

 # ʸåȤݡȤƤ뤫ǧ
 if (utf8_supported_charset('ISO-8859-1') {
     # Yes
 }

=head1 

UTF8Ȥ¾Υ󥳡ǥ󥰤顿ؤѴΤˤȤʤ롼δ֤Υץؤ󶡤ޤܼŪˤϡʣ¸ߤ
Unicode⥸塼ؤΣĤζ̤Υ󥿡եߤˤʤäƤΤ뤳ȤʤñUTF8顿¾ʸåȥ󥳡ǥ
ѴñˤʤޤΤᡢUnicode::StringUnicode::Map8Unicode::MapJcode
塼ɸಽ줿ñAPIߤޤ

ޤUTF-8١˰ŪʸåѴ󶡤ޤݤϣʳѴĤʤ뤳ȤˤꡢĤθߴꡢݡȤƤʸåȤDzǽǤ

ۤȤɤΤȤPerlŪʤΤǡݤߺդоݤȤƿ¿ξʤΤˣ礭ʸǤޤͿȡ1ô֤ˤ¿ʸ򰷤ޤ

߷פǤϡо줹뤤ʤ뿷ʸåȡ󥳡ǥѴ⥸塼褦˴ñ˳ĥ뤳ȤǤޤ

=head1 ѹ

ʸʸΤޤޡ

=head1 ؿ

1.14 2020.09.27   Fixing POD breaking in EUC-JP version of POD

1.13 2020.09.27   Fixing MANIFEST.SKIP error

1.12 2020.09.27   Build tool updates. Maintainer updates. POD error fixes.
                  Relicensed under MIT license.

1.11 2005.10.10   Documentation changes. Addition of Build.PL support.
                  Added various build tests, LICENSE, Artistic_License.txt,
                  GPL_License.txt. Split documentation into seperate
                  .pod file. Added Japanese translation of POD.

1.10 2005.05.22 - Fixed bug in conversion of ISO-2022-JP to UTF-8.
                  Problem and fix found by Masahiro HONMA
                  <masahiro.honma@tsutaya.co.jp>.

                  Similar bugs in conversions of shift_jis and euc-jp
                  to UTF-8 corrected as well.

1.09 2001.08.22 - Fixed multiple typo occurances of 'uft'
                  where 'utf' was meant in code. Problem affected
                  utf16 and utf7 encodings. Problem found
                  by devon smith <devon@taller.PSCL.cwru.edu>

1.08 2000.11.06 Added 'utf8_charset_alias' function to allow for runtime
                setting of character set aliases. Added several alternate
                names for 'sjis' (shiftjis, shift-jis, shift_jis, s-jis,
                and s_jis). 

                Corrected 'croak' messages for 'from_utf8' functions to
                appropriate function name.

                Corrected fatal problem in jcode-unicode internals. Problem 
                and fix found by Brian Wisti <wbrian2@uswest.net>.

1.07 2000.11.01 Added 'croak' to use Carp declaration to fix error
                messages. Problem and fix found by <wbrian2@uswest.net>.

1.06 2000.10.30 Fix to handle change in stringification of overloaded
                objects between Perl 5.005 and 5.6.  
                Problem noticed by Brian Wisti <wbrian2@uswest.net>.

1.05 2000.10.23 Error in conversions from UTF8 to multibyte encodings corrected

1.04 2000.10.23 Additional diagnostic error messages added for
                internal errors

1.03 2000.10.22 Bug fix for load time Unicode::Map encoding
                detection

1.02 2000.10.22 Bug fix to 'from_utf8' method and load time
                detection of Unicode::Map8 supported character
                set encodings

1.01 2000.10.02 Initial public release

=head1 関数

=over

=item utf8_charset_alias({ $alias => $charset });

ʸå̾μ¹Ի˻Ȥޤ

ʤǸƤФȡƤ̾ȡ˥ޥåפʸåȤΥϥå֤ޤ

㡧:

  my $aliases     = utf8_charset_alias;
  my @alias_names = keys %$aliases;

ĤΥѥ᡼դǸƤФȡ⤷̾ƤС''ʸåȤ֤̾ޤ줬̾˸Ĥʤundef֤ޤ


    if (! utf8_charset_alias('VISCII')) {
        # No alias for this
    }

⤷'alias' => 'charset'ȤΥꥹȤǸƤФС̾Ȥ褦ޤ


    utf8_charset_alias({ 'japanese' => 'sjis', 'japan' => 'sjis' });

աϤ줿ȤͽƤʸåȡ󥳡ǥ󥰤νƤʸåȤ˥ޥåפʤСcroakޤ¾̾ؤ̾ƤϤޤ

ʣʸåȤ򣱲θƽФꤹ뤳ȤǤޤ

̾򥯥꡼󤹤뤿ˤϡundefʸåȥޥåԥ󥰤Ϥޤ


    utf8_charset_alias({ 'japanese' => undef });

̾ꤵƤ֡⤷ͽƤʸåȤǤС'utf8_supported_charset' ؿ֤̾ޤ

ܤ줿ʸ󥳡ǥ󥰤̾ǥС饤ɤȡɸ२顼STDERR)ؤηٹåФޤ

=back

=over

=item utf8_supported_charset($charset_name);

ʥ桼̾ޤơ̾Ť줿ʸåȤݡȤƤtrue֤ޤ<p>Ǥʤfalse֤ޤ


    if (! utf8_supported_charset('VISCII')) {
        # ޤݡȤƤޤ
    }

ѥ᡼ʤǡꥹȡƥȤǸƤФȡʥ桼̾ޤơ˥ݡȤƤ뤹٤Ƥʸå̾ΥꥹȤ֤ޤ


    my @charsets = utf8_supported_charset;

=back

=over

=item to_utf8({ -string => $string, -charset => $source_charset });

ꤵ줿ʸå(source charset)UTF8Ѵ줿ʸ֤ޤ

=back

=over

=item from_utf8({ -string => $string, -charset => $target_charset});

UTF8ꤵ줿åȤʸå(target charset)Ѵ줿ʸ֤ޤ

=back

=head1 С

1.12 - 2020.09.27

=head1 ٤

Jcode2Хȡ󥳡ǥ󥰤ƥ󥳡ǥ̾Τεչԥƥ

=head1 ͻ

L<Unicode::String> L<Unicode::Map8> L<Unicode::Map> L<Jcode>

=head1 

Copyright 2000-2020, Jerilyn Franz. All rights reserved.

=head1 

Jerilyn Franz <cpan@jerilyn.info>

=head1 쥸å

繧ŵ "Kawai,Takanori" <GCD00051@nifty.ne.jp> - ˮ

=head1 饤


MIT License

Copyright (c) 2020 Jerilyn Franz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

=cut