public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] duplicated USE flag (unicode & utf8)
@ 2005-05-03 18:21 Mike Frysinger
  2005-05-03 18:30 ` Ciaran McCreesh
  2005-05-04  4:29 ` [gentoo-dev] duplicated USE flag (unicode & utf8) Mike Frysinger
  0 siblings, 2 replies; 7+ messages in thread
From: Mike Frysinger @ 2005-05-03 18:21 UTC (permalink / raw
  To: gentoo-dev

as many know, i dont use unicode, so i'm a bit ignorant of it ...

is there a good reason for having both a global 'unicode' USE flag and a bunch 
of local 'utf8' USE flags ?  or should i file bugs for people to stop using 
'utf8' and use 'unicode' instead ?

this packages have registered utf8 according to use.local.desc:
dev-db/sqlite
media-vdeo/vlc
net-dialup/drdsl
net-dialup/fcdsl
-mike
-- 
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] duplicated USE flag (unicode & utf8)
  2005-05-03 18:21 [gentoo-dev] duplicated USE flag (unicode & utf8) Mike Frysinger
@ 2005-05-03 18:30 ` Ciaran McCreesh
  2005-05-03 18:47   ` Mike Frysinger
  2005-05-08 15:33   ` Francesco Riosa
  2005-05-04  4:29 ` [gentoo-dev] duplicated USE flag (unicode & utf8) Mike Frysinger
  1 sibling, 2 replies; 7+ messages in thread
From: Ciaran McCreesh @ 2005-05-03 18:30 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

On Tue, 3 May 2005 14:21:58 -0400 Mike Frysinger <vapier@gentoo.org>
wrote:
| as many know, i dont use unicode, so i'm a bit ignorant of it ...
| 
| is there a good reason for having both a global 'unicode' USE flag and
| a bunch  of local 'utf8' USE flags ?  or should i file bugs for people
| to stop using  'utf8' and use 'unicode' instead ?

utf8 is a particular way of encoding unicode. I'd say that the 'unicode'
flag would be sufficient, except if for some reason the following
bizarre setup were to occur:

fooapp has unicode support. fooapp has optional support for the utf-8
encoding which pulls in an additional dependency.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail            : ciaranm at gentoo.org
Web             : http://dev.gentoo.org/~ciaranm


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] duplicated USE flag (unicode & utf8)
  2005-05-03 18:30 ` Ciaran McCreesh
@ 2005-05-03 18:47   ` Mike Frysinger
  2005-05-08 15:33   ` Francesco Riosa
  1 sibling, 0 replies; 7+ messages in thread
From: Mike Frysinger @ 2005-05-03 18:47 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 03 May 2005 02:30 pm, Ciaran McCreesh wrote:
> On Tue, 3 May 2005 14:21:58 -0400 Mike Frysinger <vapier@gentoo.org>
>
> wrote:
> | as many know, i dont use unicode, so i'm a bit ignorant of it ...
> |
> | is there a good reason for having both a global 'unicode' USE flag and
> | a bunch  of local 'utf8' USE flags ?  or should i file bugs for people
> | to stop using  'utf8' and use 'unicode' instead ?
>
> utf8 is a particular way of encoding unicode. I'd say that the 'unicode'
> flag would be sufficient, except if for some reason the following
> bizarre setup were to occur:

yeah, that is pretty weird, and i'm pretty sure that doesnt apply to the 4 
packages i noticed :)

besides, it's not like we're tackling utf16 / utf32 / blah (yet)
-mike
-- 
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] duplicated USE flag (unicode & utf8)
  2005-05-03 18:21 [gentoo-dev] duplicated USE flag (unicode & utf8) Mike Frysinger
  2005-05-03 18:30 ` Ciaran McCreesh
@ 2005-05-04  4:29 ` Mike Frysinger
  2005-05-04 11:12   ` Diego 'Flameeyes' Pettenò
  1 sibling, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2005-05-04  4:29 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 03 May 2005 02:21 pm, Mike Frysinger wrote:
> this packages have registered utf8 according to use.local.desc:
> dev-db/sqlite
> media-vdeo/vlc

ok, the maintainer just put 'utf8' into use.local.desc for no reason ... the 
packages dont actually use it

> net-dialup/drdsl
> net-dialup/fcdsl

these look like they can sanely be changed to 'unicode', i'll file a bug
-mike
-- 
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] duplicated USE flag (unicode & utf8)
  2005-05-04  4:29 ` [gentoo-dev] duplicated USE flag (unicode & utf8) Mike Frysinger
@ 2005-05-04 11:12   ` Diego 'Flameeyes' Pettenò
  0 siblings, 0 replies; 7+ messages in thread
From: Diego 'Flameeyes' Pettenò @ 2005-05-04 11:12 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

On Wednesday 04 May 2005 06:29, Mike Frysinger wrote:
> ok, the maintainer just put 'utf8' into use.local.desc for no reason ...
> the packages dont actually use it
About vlc, it used to use it. It was renamed to unicode some time ago.

-- 
Diego "Flameeyes" Pettenò
Gentoo Developer (Gentoo/FreeBSD, Video, Gentoo/AMD64)

http://dev.gentoo.org/~flameeyes/


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] duplicated USE flag (unicode & utf8)
  2005-05-03 18:30 ` Ciaran McCreesh
  2005-05-03 18:47   ` Mike Frysinger
@ 2005-05-08 15:33   ` Francesco Riosa
  2005-05-08 23:51     ` [gentoo-dev] duplicated USE flag (unicode & utf8), [gentoo-dev] Mike Frysinger
  1 sibling, 1 reply; 7+ messages in thread
From: Francesco Riosa @ 2005-05-08 15:33 UTC (permalink / raw
  To: gentoo-dev

Ciaran McCreesh wrote:

>On Tue, 3 May 2005 14:21:58 -0400 Mike Frysinger <vapier@gentoo.org>
>wrote:
>| as many know, i dont use unicode, so i'm a bit ignorant of it ...
>| 
>| is there a good reason for having both a global 'unicode' USE flag and
>| a bunch  of local 'utf8' USE flags ?  or should i file bugs for people
>| to stop using  'utf8' and use 'unicode' instead ?
>
>utf8 is a particular way of encoding unicode. I'd say that the 'unicode'
>flag would be sufficient, except if for some reason the following
>bizarre setup were to occur:
>
>fooapp has unicode support. fooapp has optional support for the utf-8
>encoding which pulls in an additional dependency.
>
>  
>
mysql-4.1 should use "utf8" , in fact it can be used to change the
defaults at compile time (econf) and at run-time (my.cfg) .
This is also a compatibility option versus 4.0 series.
Right ?
-- 
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] duplicated USE flag (unicode & utf8), [gentoo-dev]
  2005-05-08 15:33   ` Francesco Riosa
@ 2005-05-08 23:51     ` Mike Frysinger
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger @ 2005-05-08 23:51 UTC (permalink / raw
  To: gentoo-dev

On Sunday 08 May 2005 11:33 am, Francesco Riosa wrote:
> mysql-4.1 should use "utf8"

what does that have to do with this thread ?

file a bug (if one hasnt already been filed) and dont use the 'utf8' flag, use 
the 'unicode' flag
-mike
-- 
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-05-08 23:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-03 18:21 [gentoo-dev] duplicated USE flag (unicode & utf8) Mike Frysinger
2005-05-03 18:30 ` Ciaran McCreesh
2005-05-03 18:47   ` Mike Frysinger
2005-05-08 15:33   ` Francesco Riosa
2005-05-08 23:51     ` [gentoo-dev] duplicated USE flag (unicode & utf8), [gentoo-dev] Mike Frysinger
2005-05-04  4:29 ` [gentoo-dev] duplicated USE flag (unicode & utf8) Mike Frysinger
2005-05-04 11:12   ` Diego 'Flameeyes' Pettenò

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox