[Bug 317581] Review Request: ruby-rpm - Ruby bindings for RPM

bugzilla at redhat.com bugzilla at redhat.com
Sat Oct 20 11:50:24 UTC 2007


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

Summary: Review Request: ruby-rpm - Ruby bindings for RPM


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


mtasaka at ioa.s.u-tokyo.ac.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|MODIFIED                    |ASSIGNED
               Flag|fedora-review?              |fedora-review+




------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-10-20 07:50 EST -------
Okay.

(In reply to comment #6)

> > * Encoding
> > -----------------------------------------------------
> > Forgot to mention: the only warning I get from rpmlint is
> >    W: file-not-utf8 /usr/share/doc/ruby-rpm-1.2.3/doc/refm.rd.ja
> > 
> > Any idea what encoding that file is ? (I don't know any Japanese, so I won't
> > know if I recoded anything right)
> > -----------------------------------------------------
> >   - This file is encoded in EUC-JP (well, I am a Japanese)
> >     (Many Japanese documents in *nix are encoded in EUC-JP or
> >      ISO-2022-JP, and many Japanese documents in M$ are encoded
> >      in SHIFT-JIS).
> 
> recode EUC-JP..UTF-8 refused to work on this file. For now, it's unchanged. not
> sure if it's readable for a Japanese reader.

Well, actually I have never used recode.. I usually use iconv like:
----------------------------------------------------------------
iconv -f EUC-JP -t UTF-8 refm.rd.ja > refm.rd.ja.tmp && \
  ( touch -r refm.rd.ja refm.rd.ja.tmp ; mv -f refm.rd.ja.tmp refm.rd.ja )
----------------------------------------------------------------

----------------------------------------------------------------
  This packge (ruby-rpm) is APPROVED by me
----------------------------------------------------------------


-- 
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, or are watching someone who is.




More information about the Fedora-package-review mailing list