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 <mtas...@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.

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

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to