[Bug 457210] Review Request: dpkg - Package maintenance system for Debian Linux

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 1 15:56:47 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=457210





--- Comment #46 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2009-12-01 10:56:45 EDT ---
(In reply to comment #43)
> Also, iconv {} -o {} gives a bunch of 0 byte files -> not what is intented I
> think. So I took the easy way out and used recode.

[tasaka1 at localhost TEMP]$ echo "漢字が入った例文です" > kanji.txt 
[tasaka1 at localhost TEMP]$ ls -al kanji.txt 
-rw------- 1 tasaka1 tasaka1 31 2009-12-02 00:52 kanji.txt
[tasaka1 at localhost TEMP]$ iconv -f UTF-8 -t EUC-JP kanji.txt -o kanji.txt 
[tasaka1 at localhost TEMP]$ ls -la kanji.txt 
-rw------- 1 tasaka1 tasaka1 21 2009-12-02 00:52 kanji.txt
[tasaka1 at localhost TEMP]$ iconv -f EUC-JP -t UTF-8 kanji.txt -o kanji.txt 
[tasaka1 at localhost TEMP]$ ls -al kanji.txt 
-rw------- 1 tasaka1 tasaka1 31 2009-12-02 00:53 kanji.txt

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list