 |
|
 |
|
Next: CD's not automounted in GNOME desktop
|
| Author |
Message |
External

Since: Mar 23, 2009 Posts: 5
|
(Msg. 1) Posted: Mon Mar 23, 2009 10:34 pm
Post subject: How to Remove/Uninstall UTF-8 Encoding Archived from groups: comp>os>linux, others (more info?)
|
|
|
Hi there,
My software developers ask me to remove UTF-8 encoding from a Linux machine
(Fedora) to run test, especially, they ask me to remove the EUCJP support.
I really don't know where the UTF-8 encoding come from, or where the EUCJP
is sitting. Is it some rpm packages related?
How could I remove it?
Any idea would be greatly appreciated.
Ross |
|
| Back to top |
|
 |  |
External

Since: Mar 03, 2009 Posts: 16
|
(Msg. 2) Posted: Mon Mar 23, 2009 10:34 pm
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Ross" <ross DeleteThis @nospam.ca> wrote in message
news:8d743$49c8469d$63e06570$3247@PRIMUS.CA...
> My software developers ask me to remove UTF-8 encoding from a Linux
machine
> (Fedora) to run test, especially, they ask me to remove the EUCJP support.
> I really don't know where the UTF-8 encoding come from, or where the EUCJP
> is sitting. Is it some rpm packages related?
> How could I remove it?
You'd be better off removing your "software developers."
$ rpm -q --whatprovides /usr/lib/locale/ja_JP.eucjp
glibc-common-2.5-24.el5_2.2 |
|
| Back to top |
|
 |  |
External

Since: Jul 12, 2004 Posts: 94
|
(Msg. 3) Posted: Mon Mar 23, 2009 11:37 pm
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ross wrote:
> My software developers ask me to remove UTF-8 encoding from a Linux machine
> (Fedora) to run test, especially, they ask me to remove the EUCJP support.
> I really don't know where the UTF-8 encoding come from, or where the EUCJP
> is sitting. Is it some rpm packages related?
> How could I remove it?
> Any idea would be greatly appreciated.
Are you talking about UTF-8/MBCS on the OS itself or, perhaps, on an
Apache web server? If Apache, then check out the AddDefaultCharset
directive. In particular "AddDefaultCharset Off" might be what you need.
Otherwise, please provide more details about the context. |
|
| Back to top |
|
 |  |
External

Since: Mar 23, 2009 Posts: 5
|
(Msg. 4) Posted: Tue Mar 24, 2009 9:20 am
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
There is no ja_JP.eucjp under /usr/lib/locale. Instead, there are only two
files under it -- locale-archive and locale-archive.tmpl
But I do see ja_JP.eucjp from the output of "locale -a" command.
Thanks,
Ross
"Greg Russell" <me DeleteThis @privacy.net> wrote in message
news:72r2r1Fr9dplU1@mid.individual.net...
> "Ross" <ross DeleteThis @nospam.ca> wrote in message
> news:8d743$49c8469d$63e06570$3247@PRIMUS.CA...
>
>> My software developers ask me to remove UTF-8 encoding from a Linux
> machine
>> (Fedora) to run test, especially, they ask me to remove the EUCJP
>> support.
>> I really don't know where the UTF-8 encoding come from, or where the
>> EUCJP
>> is sitting. Is it some rpm packages related?
>> How could I remove it?
>
> You'd be better off removing your "software developers."
>
> $ rpm -q --whatprovides /usr/lib/locale/ja_JP.eucjp
> glibc-common-2.5-24.el5_2.2
>
> |
|
| Back to top |
|
 |  |
External

Since: Mar 23, 2009 Posts: 5
|
(Msg. 5) Posted: Tue Mar 24, 2009 9:44 am
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks Allen.
I think it's about UTF-8 on the OS itself.
I am just asked to remove UTF-8 encoding. Some customers have problems to
run my company's software without UTF-8 encoding. So, the developers/QA's
need to run test on a Linux machine without UTF-8 encoding.
Thanks again,
Ross
"Allen Kistler" <ackistler.RemoveThis@oohay.moc> wrote in message
news:YrZxl.2713$im1.371@nlpi061.nbdc.sbc.com...
> Ross wrote:
>> My software developers ask me to remove UTF-8 encoding from a Linux
>> machine (Fedora) to run test, especially, they ask me to remove the EUCJP
>> support.
>> I really don't know where the UTF-8 encoding come from, or where the
>> EUCJP is sitting. Is it some rpm packages related?
>> How could I remove it?
>> Any idea would be greatly appreciated.
>
> Are you talking about UTF-8/MBCS on the OS itself or, perhaps, on an
> Apache web server? If Apache, then check out the AddDefaultCharset
> directive. In particular "AddDefaultCharset Off" might be what you need.
>
> Otherwise, please provide more details about the context. |
|
| Back to top |
|
 |  |
External

Since: Aug 10, 2006 Posts: 47
|
(Msg. 6) Posted: Tue Mar 24, 2009 10:19 am
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Ross" <ross DeleteThis @nospam.ca> writes:
> Hi there,
> My software developers ask me to remove UTF-8 encoding from a Linux machine
> (Fedora) to run test, especially, they ask me to remove the EUCJP support.
> I really don't know where the UTF-8 encoding come from, or where the EUCJP
> is sitting. Is it some rpm packages related?
> How could I remove it?
They are probably asking you to set the default environment
to one that doesn't use UTF.
My guess is they want you to change /etc/sysconfig/i18n so that it
doesn't contain .UTF-8.
Just my opinion, but
you need to work on some communications issues.
Get them to describe the problem they have, or if they
have, when you post here, pass on the information. |
|
| Back to top |
|
 |  |
External

Since: Mar 23, 2009 Posts: 5
|
(Msg. 7) Posted: Tue Mar 24, 2009 2:13 pm
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I am pretty sure they need to completely remove the UTF-8 encoding from the
system, because I have done this for Solaris and AIX systems which are easy,
but I don't know how to do it on Linux. I don't know which packages/software
are the UTF-8 encoding related on Linux.
Thanks,
Ross
"Dan Espen" <daneNO.RemoveThis@MORE.mk.SPAMtelcordia.com> wrote in message
news:icvdpz6m0p.fsf@verizon.net...
> "Ross" <ross.RemoveThis@nospam.ca> writes:
>
>> Hi there,
>> My software developers ask me to remove UTF-8 encoding from a Linux
>> machine
>> (Fedora) to run test, especially, they ask me to remove the EUCJP
>> support.
>> I really don't know where the UTF-8 encoding come from, or where the
>> EUCJP
>> is sitting. Is it some rpm packages related?
>> How could I remove it?
>
> They are probably asking you to set the default environment
> to one that doesn't use UTF.
>
> My guess is they want you to change /etc/sysconfig/i18n so that it
> doesn't contain .UTF-8.
>
> Just my opinion, but
> you need to work on some communications issues.
> Get them to describe the problem they have, or if they
> have, when you post here, pass on the information. |
|
| Back to top |
|
 |  |
External

Since: Aug 10, 2006 Posts: 47
|
(Msg. 8) Posted: Wed Mar 25, 2009 12:44 pm
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Ross" <ross.RemoveThis@nospam.ca> writes:
> "Dan Espen" <daneNO.RemoveThis@MORE.mk.SPAMtelcordia.com> wrote in message
> news:icvdpz6m0p.fsf@verizon.net...
>> "Ross" <ross.RemoveThis@nospam.ca> writes:
>>
>>> Hi there,
>>> My software developers ask me to remove UTF-8 encoding from a Linux
>>> machine
>>> (Fedora) to run test, especially, they ask me to remove the EUCJP
>>> support.
>>> I really don't know where the UTF-8 encoding come from, or where the
>>> EUCJP
>>> is sitting. Is it some rpm packages related?
>>> How could I remove it?
>>
>> They are probably asking you to set the default environment
>> to one that doesn't use UTF.
>>
>> My guess is they want you to change /etc/sysconfig/i18n so that it
>> doesn't contain .UTF-8.
>>
>> Just my opinion, but
>> you need to work on some communications issues.
>> Get them to describe the problem they have, or if they
>> have, when you post here, pass on the information.
> I am pretty sure they need to completely remove the UTF-8 encoding from the
> system, because I have done this for Solaris and AIX systems which are easy,
> but I don't know how to do it on Linux. I don't know which packages/software
> are the UTF-8 encoding related on Linux.
I'm completely in the dark.
Do they want you do go into /usr/share/locale
and remove all the UTF-8 stuff?
Is that what you did on Solaris and AIX?
What are they trying to do, it's still not clear.
Are they trying to save space or prevent someone from
exporting LANG=en_US.utf-8 or do they just not want to
be in a UTF-8 locale by default?
(Please don't top-post.) |
|
| Back to top |
|
 |  |
External

Since: Mar 23, 2009 Posts: 5
|
(Msg. 9) Posted: Wed Mar 25, 2009 4:55 pm
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Dan Espen" <daneNO.DeleteThis@MORE.mk.SPAMtelcordia.com> wrote in message
news:icskl17dt3.fsf@verizon.net...
> "Ross" <ross.DeleteThis@nospam.ca> writes:
>
>> "Dan Espen" <daneNO.DeleteThis@MORE.mk.SPAMtelcordia.com> wrote in message
>> news:icvdpz6m0p.fsf@verizon.net...
>>> "Ross" <ross.DeleteThis@nospam.ca> writes:
>>>
>>>> Hi there,
>>>> My software developers ask me to remove UTF-8 encoding from a Linux
>>>> machine
>>>> (Fedora) to run test, especially, they ask me to remove the EUCJP
>>>> support.
>>>> I really don't know where the UTF-8 encoding come from, or where the
>>>> EUCJP
>>>> is sitting. Is it some rpm packages related?
>>>> How could I remove it?
>>>
>>> They are probably asking you to set the default environment
>>> to one that doesn't use UTF.
>>>
>>> My guess is they want you to change /etc/sysconfig/i18n so that it
>>> doesn't contain .UTF-8.
>>>
>>> Just my opinion, but
>>> you need to work on some communications issues.
>>> Get them to describe the problem they have, or if they
>>> have, when you post here, pass on the information.
>
>> I am pretty sure they need to completely remove the UTF-8 encoding from
>> the
>> system, because I have done this for Solaris and AIX systems which are
>> easy,
>> but I don't know how to do it on Linux. I don't know which
>> packages/software
>> are the UTF-8 encoding related on Linux.
>
> I'm completely in the dark.
>
> Do they want you do go into /usr/share/locale
> and remove all the UTF-8 stuff?
>
> Is that what you did on Solaris and AIX?
>
> What are they trying to do, it's still not clear.
> Are they trying to save space or prevent someone from
> exporting LANG=en_US.utf-8 or do they just not want to
> be in a UTF-8 locale by default?
>
> (Please don't top-post.)
Hi Dan,
Thanks a bunch for your kind reply!
Yes, they want to completely uninstall the UTF-8 encoding, and that's what I
did for Solaris and AIX.
It's not for saving space or for getting a default locale. They can change
locales by themselves.
Instead, they just want to test the errors of our software on all systems
where there is no UTF-8 installed at all.
Thanks again,
Ross |
|
| Back to top |
|
 |  |
External

Since: Aug 10, 2006 Posts: 47
|
(Msg. 10) Posted: Thu Mar 26, 2009 9:36 am
Post subject: Re: How to Remove/Uninstall UTF-8 Encoding [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Ross" <ross.DeleteThis@nospam.ca> writes:
> Yes, they want to completely uninstall the UTF-8 encoding, and that's what I
> did for Solaris and AIX.
> It's not for saving space or for getting a default locale. They can change
> locales by themselves.
> Instead, they just want to test the errors of our software on all systems
> where there is no UTF-8 installed at all.
Interesting.
Where I work, we only test in environments we expect to encounter.
On the systems I admin, if there are no "standard" tools to create
the environment, I resist creating it.
You can manually remove the UTF-8 stuff, starting in /usr/share
but as far as I know, there is no way for such an environment to
be created under "normal" conditions. For example, libxml is going
to be able to parse UTF-8 unless you change it and build it from source.
Good luck. |
|
| Back to top |
|
 |  |
| Related Topics: | uninstall package - Hi, How can I uninstall a package? I found mySQL was not installed properly (no database and socket installed), and wan...
uninstall rpms ? - Hello I want to install and uninstall the package below: [root@frank inst]# rpm -i vlc-0.1.99h-1.i386.rpm ..
How to uninstall mysql 4? - Good day, I am having a problem with mysql 4 on Redhat 9. I would like to know how I can completly uninstall mysql..
how to uninstall Gnome? - Hi guys! I've just downloaded and installed fvwm2, so would like to get rid of Gnome. When I use the command: rpm - q...
Encoding detection problem on web browsers - We have a technical problem on the server and hope that you can solve this problem. Our site is Turkish and want that..
How to uninstall Windows XP - Hello, I've just purchased PC with Win XP, but I like to uninstall WinXP and install Linux. Could anyone can tell me ho... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|