Bug 77813

Summary: Bad charset encodings in switchdesk .po files.
Product: [Retired] Red Hat Raw Hide Reporter: Mike A. Harris <mharris>
Component: switchdeskAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: djoo, llch, mitr, pcormier, srevivo, yshao
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-20 04:43:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 79579    

Description Mike A. Harris 2002-11-13 23:09:17 UTC
There are tonnes of broken .po files in switchdesk with bad encodings.
Someone familiar with fixing these should correct them.  These come up
in a rebuild of the package.  Examine the full build log in order to
fix.


/usr/bin/msgfmt: es.po: warning: Charset "ISO-8959-1" is not a portable encoding
name.
                                 Message conversion to user's charset might not
work.
file=./`echo eu_ES | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file eu_ES.po
/usr/bin/msgfmt: eu_ES.po: warning: Charset "CHARSET" is not a portable encoding
name.
                                    Message conversion to user's charset might
not work.
file=./`echo fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fi.po
/usr/bin/msgfmt: fi.po: warning: Charset "CHARSET" is not a portable encoding name.
                                 Message conversion to user's charset might not
work.
file=./`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=./`echo gl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=./`echo hu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file hu.po
/usr/bin/msgfmt: hu.po: warning: Charset "CHARSET" is not a portable encoding name.
                                 Message conversion to user's charset might not
work.
file=./`echo id | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file id.po
/usr/bin/msgfmt: id.po: warning: Charset "CHARSET" is not a portable encoding name.
                                 Message conversion to user's charset might not
work.
file=./`echo is | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file is.po
file=./`echo it | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file it.po
file=./`echo ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=./`echo ko | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=./`echo no | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file no.po
file=./`echo pl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pl.po
/usr/bin/msgfmt: pl.po: warning: Charset "CHARSET" is not a portable encoding name.
                                 Message conversion to user's charset might not
work.
file=./`echo pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
/usr/bin/msgfmt: pt_BR.po: warning: Charset "CHARSET" is not a portable encoding
name.
                                    Message conversion to user's charset might
not work.

Comment 1 Mike A. Harris 2002-11-13 23:13:18 UTC
Adding i18n developers to CC.

If any of you could take a stab at fixing this, please go ahead and
check your patches into cvs.devel, bump the release, and build a new
package.

TIA

Comment 2 Paul Gampe 2003-01-02 00:54:08 UTC
I have corrected all the charset fields, and merged in some message strings that were 
missing.  I'll wait for the translation team to translate the new strings before building a new 
package. 

Comment 3 Mike A. Harris 2003-01-20 04:43:50 UTC
Assuming a new package has been built and closing as RAWHIDE