.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Juman::DB_File 3pm" .TH Juman::DB_File 3pm 2024-04-18 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Juman::DB_File \- Wrapper class of DB_File .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 7 \& use Juman::DB_File; \& use encoding "euc\-jp"; \& tie( %hash, \*(AqJuman::DB_File\*(Aq, $dbfile, &O_CREAT ) or die; \& $hash{"æ·»å\%—"} = "値"; \& while( my( $key, $value ) = each %hash ){ \& print "$key:$value\en"; \& } .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" Perl\-5.8.x ã�¯å†…部文å\%—コードã�¨ã�—ã�¦ Unicode を採用ã�—ã�¦ã�„る.ã��ã�®ã�Ÿã‚�,日 本語 EUC ã�§è¨˜è¿°ã�•ã‚Œã�Ÿãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ãƒ•ã‚¡ã‚¤ãƒ«ã‚’å�‚ç…§ã�™ã‚‹å\ ´å�ˆã�«ã�¯ï¼Œæ·»å\%—や値 を書ã��込んã�\ り,èª\%ã�¿å‡ºã�—ã�Ÿã‚Šã�™ã‚‹å‰�ã�«ï¼Œå¸¸ã�«æ˜Žç¤ºçš„ã�« encode/decode ã‚’è¡Œ ã�†å¿…è¦�ã�Œã�‚る. .PP ã�“ã�® \f(CW\*(C`Juman::DB_File\*(C'\fR クラスã�¯ï¼Œç‰¹å®šã�®æ–‡å\%—コードã�§ä¿�å\%˜ã�•ã‚Œã�¦ã�„るデー タベースファイルを扱ã�†ã�Ÿã‚�ã�«ï¼Œé€�é�Žçš„ã�« encode/decode ã‚’è¡Œã�†ï¼Ž .SH ENCODING .IX Header "ENCODING" ã�“ã�®ã‚¯ãƒ©ã‚¹ã‚’利用ã�™ã‚‹æ™‚ã�¯ï¼Œãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã�¨ã�®å…¥å‡ºåŠ›æ™‚ã�«ä½¿ã�†æ–‡å\%—コードを, \&\f(CW\*(C`encoding\*(C'\fR プラグマã�§æŒ‡å®šã�™ã‚‹ï¼Ž\f(CW\*(C`encoding\*(C'\fR プラグマã�«ã‚ˆã‚‹æŒ‡å®šã�Œå\%˜åœ¨ã�— ã�ªã�„å\ ´å�ˆã�¯ï¼Œã�¾ã�£ã�Ÿã��変æ�›ã‚’è¡Œã‚�ã�ªã�„. .SH "SEE ALSO" .IX Header "SEE ALSO" .IP \(bu 4 DB_File .IP \(bu 4 perltie .SH AUTHOR .IX Header "AUTHOR" .IP " 土屋 雅稔 " 4 .IX Item " 土屋 雅稔 " .SH "POD ERRORS" .IX Header "POD ERRORS" Hey! \fBThe above document had some coding errors, which are explained below:\fR .IP "Around line 20:" 4 .IX Item "Around line 20:" Non-ASCII character seen before =encoding in '$hash{"æ·»å\%—"}'. Assuming CP1252 .IP "Around line 102:" 4 .IX Item "Around line 102:" =over without closing =back