Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21382 - Non-ASCII characters in ebuild description
Summary: Non-ASCII characters in ebuild description
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 20:58 UTC by Fredrik Arnerup
Modified: 2003-08-23 16:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fredrik Arnerup 2003-05-20 20:58:41 UTC
Scribus ebuilds have "registered trademark" symbols ("
Comment 1 Fredrik Arnerup 2003-05-20 20:58:41 UTC
Scribus ebuilds have "registered trademark" symbols ("®") in the DESCRIPTION
field. This symbol is not ASCII. Perhaps portage allows iso-8859-1 chars, but it
will probably cause a problem somewhere.
Comment 2 Markus Bertheau (RETIRED) gentoo-dev 2003-05-22 16:20:21 UTC
It's probably not about portage allowing it or not, because at the time you write the package description you don't know what charset the user will have set - only ascii characters should be used, because that is the common denominator of all charsets.
Comment 3 Scott Minster 2003-08-02 09:04:34 UTC
Would something like this be appropriate?

diff -Naur original/scribus-0.8.ebuild new/scribus-0.8.ebuild
--- original/scribus-0.8.ebuild 2003-08-02 11:47:48.000000000 -0400
+++ new/scribus-0.8.ebuild      2003-08-02 11:48:07.000000000 -0400
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /home/cvsroot/gentoo-x86/app-office/scribus/scribus-0.8.ebuild,v 1.7 2003/03/01 01:16:08 vapier Exp $
  
-DESCRIPTION="Layout program similar to Adobe? PageMaker, QuarkXPress, or Adobe? InDesign"
+DESCRIPTION="Layout program similar to Adobe(R) PageMaker, QuarkXPress, or Adobe(R) InDesign"
 HOMEPAGE="http://web2.altmuehlnet.de/fschmid/"
 SRC_URI="http://web2.altmuehlnet.de/fschmid/${P}.tar.gz"
  
diff -Naur original/scribus-1.0_rc1.ebuild new/scribus-1.0_rc1.ebuild
--- original/scribus-1.0_rc1.ebuild     2003-08-02 11:47:03.000000000 -0400
+++ new/scribus-1.0_rc1.ebuild  2003-08-02 11:14:50.000000000 -0400
@@ -4,7 +4,7 @@
  
 MY_PV="1.0RC1"
 MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Layout program similar to Adobe? PageMaker, QuarkXPress, or Adobe? InDesign"
+DESCRIPTION="Layout program similar to Adobe(R) PageMaker, QuarkXPress, or Adobe(R) InDesign"
 HOMEPAGE="http://web2.altmuehlnet.de/fschmid/"
 SRC_URI="http://web2.altmuehlnet.de/fschmid/${MY_P}.tar.gz"
 SLOT="0"
Comment 4 SpanKY gentoo-dev 2003-08-02 13:11:49 UTC
that would be perfect ;) 
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2003-08-23 16:18:30 UTC
so why don't you fix it ;) i'll do it when cvs is up again...
Comment 6 Heinrich Wendel (RETIRED) gentoo-dev 2003-08-23 16:31:26 UTC
fixed now :)