LogIn E-mail
¼³°èÀ̾߱â
UTF-8, EUC-KR
# 109 JMJS    19.12.15 17:58



¿¹¸¦ µé¾î, euc-kr ÀÎÄÚµùÀ¸·Î µÈ ÆÄÀÏÀ» UTF-8·Î º¯È¯ÇÏ·Á¸é ´ÙÀ½°ú °°ÀÌ ÇÏ¸é µË´Ï´Ù.

    perl -Mencoding=euc-kr,STDOUT,utf8 -pe1  < file.euckr > file.utf8

¿ªº¯È¯Àº ´ÙÀ½°ú °°ÀÌ ÇÒ ¼ö ÀÖ½À´Ï´Ù.

    perl -Mencoding=utf8,STDOUT,euc-kr -pe1  < file.utf8  > file.euckr

  ÀÌ·± º¯È¯À» Á»´õ Æí¸®ÇÏ°Ô ÇÒ ¼ö ÀÖµµ·Ï Encode ¸ðµâÀ» ½á¼­
¼ø¼öÇÏ°Ô Perl·Î¸¸ ¾²ÀÎ piconv°¡ Perl¿¡ µé¾î ÀÖ½À´Ï´Ù.
±× À̸§¿¡¼­ ¾Ë ¼ö ÀÖµíÀÌ piconv´Â Unix¿¡ ÀÖ´Â iconv¸¦
¸ðµ¨·Î ÇÑ °ÍÀÔ´Ï´Ù. ±× »ç¿ë¹ýÀº ¾Æ·¡¿Í °°½À´Ï´Ù.

   piconv -f euc-kr -t utf8 < file.euckr > file.utf8
   piconv -f utf8 -t euc-kr < file.utf8 > file.euckr

  ¶Ç, 'PerlIO::encoding' ¸ðµâÀ» ½á¼­ Çѱ¹¾î ÀÎÄÚµùÀ» ¾²¸é¼­ ±ÛÀÚ ´ÜÀ§
(¹ÙÀÌÆ® ´ÜÀ§°¡ ¾Æ´Ï¶ó) 󸮸¦ ½±°Ô ÇÒ ¼ö ÀÖ½À´Ï´Ù.

  #!/path/to/perl

  use encoding 'euc-kr', STDIN => 'euc-kr',
                         STDOUT-> 'euc-kr', STDERR=>'euc-kr';

  print length("°¡³ª");        # 2  (Å« µû¿ÈÇ¥´Â ±ÛÀÚ ´ÜÀ§ 󸮸¦ Áö½Ã)
  print length('°¡³ª');        # 4  (ÀÛÀº µû¿ÈÇ¥´Â ¹ÙÀÌÆ® ´ÜÀ§ 󸮸¦ Áö½Ã)
  print index("ÇÑ°­, ´ëµ¿°­", "¿°");   # -1 ('¿°'ÀÌ ¾øÀ½)
  print index('ÇÑ°­, ´ëµ¿°­', '¿°');   # 7 (8¹ø°¿Í 9¹ø° ¹ÙÀÌÆ®°¡ '¿°'ÀÇ
                                            Äڵ尪°ú ÀÏÄ¡ÇÔ.)

°Ô½Ã¹°: 115 °Ç, ÇöÀç: 1 / 1 ÂÊ
¹øÈ£ Á¦       ¸ñ ÀÛ¼ºÀÚ µî·ÏÀÏ ¹æ¹®
115  perl format JMJS 24.6.22 41
114  perl -p -i -e s/abc/def/g JMJS 24.3.26 64
113  Deleting from a Hash JMJS 24.1.23 71
112  yaml file Àбâ JMJS 23.11.30 116
111  alzipcon JMJS 22.11.26 168
110  file2date.pl JMJS 24.6.1 281
109  UTF-8, EUC-KR JMJS 19.12.15 251
108  wget.pl LWP Simple get JMJS 19.9.17 286
107  X JMJS 19.9.17 287
106  X JMJS 19.9.17 287
105  X JMJS 19.9.17 286
104  X JMJS 19.9.17 287
103  X JMJS 19.9.17 282
102  X JMJS 19.9.17 285
101  X JMJS 19.9.17 286
100  jsame.pl JMJS 09.5.21 1799
99  jos.pl JMJS 08.11.29 1536
98  jmngr.pl - jmjspro manager JMJS 08.11.29 1574
97  vhdl.pm JMJS 08.11.29 1535
96  jreg.pl JMJS 08.11.29 1531
95  jtree.pm JMJS 08.11.29 1602
94  w2c.pl JMJS 08.11.29 1570
93  jdread.pl JMJS 08.11.29 1347
92  ffile.zip ffilediff.pl JMJS 09.4.24 1400
91  rgb2ycbcr.pl JMJS 10.5.12 1697
90  proview.pl JMJS 08.11.29 1722
89  smi_shift.pl JMJS 10.10.3 1376
88  srt2smi.pl srtshift.pl JMJS 18.7.14 1564
87  Perl CGI Input Test, getenv.cgi JMJS 18.11.21 1232
86  hash JMJS 24.6.22 1519
85  tr a-z A-Z ġȯ , ´ë¼Ò¹®ÀÚ º¯È¯ , ¹®ÀÚ¿­ Á¶°Ç , ... JMJS 24.6.22 1316
84  JARRAY->jfunc JMJS 08.10.2 1288
83  ¼öÄ¡ÇÔ¼ö - ... JMJS 09.5.7 1755
82  ¿ªÇà·Ä3x3 JMJS 09.5.7 1814
81  hex2int.pl JMJS 10.9.12 2531
80  stat - file status º¸±â JMJS 07.12.16 1405
79  Perl Tip JMJS 24.6.22 2544
78  SMI file sync delay JMJS 07.7.18 1501
77  rmword.pl JMJS 07.6.18 1414
76  pack unpack JMJS 24.6.22 1320
75  [Perl]read_dir.pl JMJS 07.2.22 1601
74  [Perl]jtab2char - tab¹®ÀÚ¸¦ ƯÁ¤ char·Î ¹Ù²ãÁÖ±â JMJS 07.2.22 1559
73  Perl ¼ýÀÚ Sorting JMJS 11.5.17 1651
72  [CGI]GET and POST JMJS 06.11.20 3314
71  Perl Grammer JMJS 06.9.4 2897
70  Ç¥ÁØ ¸ðµâ JMJS 06.8.10 1796
69  Getopt::Long example JMJS 06.8.10 1992
68  array of array JMJS 06.4.22 1394
67  [HTML]Å×ÀÌºí ¹è°æ¿¡ ±×¸²³Ö±â JMJS 06.3.8 1483
66  l2w.pm - line to word JMJS 08.12.1 1473
65  make_random_chars JMJS 05.8.10 1324
64  mail º¸³»´Â script JMJS 05.3.23 1289
63  ½ÇÇàÆÄÀÏÀ» ½ÇÇà½ÃÅ°°í Ç¥ÁØ¿¡·¯ Àбâ JMJS 09.2.25 1294
62  Æ˾÷â(°øÁöâ)¶ç¿ì±â Jinsung 03.12.16 2396
61  print <<ENDLINE JMJS 03.12.5 1392
60  [HTML]Target JMJS 03.5.21 1422
59  [Perl]jutil.pm JMJS 03.5.3 1667
58  [Perl]jdiff.pl JMJS 02.6.6 1561
57  [Perl]cfilter.pm - commant filter JMJS 02.1.31 1597
56  [HTML]ÀÚµ¿À¸·Î ´Ù¸¥ ÆäÀÌÁö À̵¿ JMJS 02.1.19 1436
55  STDIN file open glob -w warning JMJS 24.6.22 1472
54  opendir , readdir , closedir JMJS 24.6.22 1477
53  rand_diff JMJS 01.10.23 1376
52  vcd2v.pl JMJS 15.8.25 1442
51  file upload JMJS 24.6.22 1394
50  umask(070) <- chmod o-rwx Áø¼º 01.3.16 1549
49  head2index Áø¼º 01.3.15 1249
48  grep.pl JMJS 11.1.20 1371
47  chr(13) = \M Áø¼º 01.3.15 1238
46  stty JMJS 01.3.12 1353
45  des.pl JMJS 01.3.8 1309
44  chr_plus.pl JMJS 01.3.8 1324
43  get passwd in unix JMJS 19.8.18 1176
42  unsort JMJS 19.9.10 1411
41  read from website web JMJS 19.5.15 1213
40  vec JMJS 01.3.8 1470
39  chomp $_ @_ say defined use 5.010 state grep any ... JMJS 18.10.27 1385
38  [Perl Tk] µµ½ºÃ¢ ¾øÀÌ, ÆÞ Tk ½ºÅ©¸³Æ® ½ÇÇàÇϱâ; ... JMJS 17.9.30 1347
37  @bs = sort {$a <=> $b} @as; JMJS 17.7.12 1425
36  if ( -e -z -s -f -d -T -B -M ) JMJS 16.3.10 1509
35  mkmm.pl - make freemind JMJS 12.5.22 1454
34  perl -pi.orig -e "s/\bu_(\w+_t)\b/u$1/g" *.c JMJS 11.8.26 1454
33  .xls output csv ÆÄÀÏ¿¡ \n "°¡ ÀÖÀ»¶§ JMJS 11.4.13 1338
32  jdcat.pl juncat.pl JMJS 11.2.24 1484
31  print chr(ord('a')); JMJS 01.3.8 1395
30  require "/user/home/jin1/jin1.pm"; JMJS 00.11.28 1338
29  for(my $i=0; $i < @abc; $i ++) {} JMJS 00.11.15 1427
28  remove blank $abc =~ s/[\s]+//g; JMJS 00.11.15 1369
27  array and for JMJS 00.11.14 1212
26  È¨ÆäÀÌÁö ÀÚµ¿ À̵¿ JMJS 00.10.28 1268
25  html¿¡¼­ ¾²ÀÌ´Â ±âȣǥ½Ã¹æ¹ý JMJS 00.9.30 1221
24  ¹è¿­ÀÇ ¹üÀ§ ¿¬»êÀÚ JMJS 00.9.20 1517
23  for(1..3) { print "$_";} JMJS 09.4.24 1202
22  package JMJS 24.6.22 1268
21  ÁÙ¿¡¼­ ÇѱÛÀÚ °íÄ¡±â JMJS 00.8.7 1326
20  hotkey function by getc JMJS 00.7.21 1422
19  read, sysread, syswrite JMJS 00.7.21 2228
18  crypt JMJS 00.7.13 1535
17  csv2gan.pl JMJS 11.4.4 1540
16  hexa JMJS 24.6.18 1364
15  file in out.pl JMJS 00.7.5 1551
14  ARGV JMJS 00.7.5 1394
13  jtime.pm - localtime, timelocal JMJS 09.4.9 1901
12  @INC JMJS 00.7.5 1743
11  $#myarray JMJS 00.7.5 1504
10  Hash of Array JMJS 00.7.5 1313
9  package JARRAY JHASH JMJS 00.7.4 1555
8  foreach, while each, dos2unix.pl, next last JMJS 09.4.24 1521
7  X JMJS 24.6.22 1331
6  file lock JMJS 00.7.4 1460
5  gettime JMJS 00.7.4 1421
4  [Perl]jcdread.pl JMJS 00.7.4 1499
3  [Perl]jdread.pl JMJS 00.7.4 1406
2  Monti Hall problem JMJS 24.6.27 1392
1  DESTROY JMJS 09.7.20 1346
[1]