How do I change the default character encoding in RHEL ?

本文详细介绍了如何在Red Hat Enterprise Linux中更改默认字符编码,包括从UTF-8转换为ISO-8859-1等其他编码的方法。通过修改LANG环境变量,在系统范围内的配置文件或用户级别的启动文件中实现编码切换。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

https://access.redhat.com/solutions/23466

How do I change the default character encoding in RHEL ?

 SOLUTION 已验证 - 已更新 2015年四月28日22:49 - 

English 

环境

  • Red Hat Enterprise Linux 5
  • Red Hat Enterprise Linux 6

问题

  • How do I change the character encoding to ISO-8859-15 (or any other encoding)?
  • How to change the character encoding from UTF-8 to ISO-8859-1 ?

决议

Change the LANG environment variable to something suitable to you. For example, for ISO-8859-15 and French from France you would set it to "fr_FR.iso885915@euro". This can be set system-wide in /etc/sysconfig/i18n or per-user in the relevant shell startup file (~/.bashrc for example). To know what locales are available, run "locale -a -v".

ASCII is a seven-bit encoding technique which assigns a number  to  each of the 128 characters used most frequently in American  English.  This allows most computers to record and display basic text.  ASCII does  not include symbols frequently used in other countries, such  as the  British pound symbol or the German umlaut. ASCII is understood  by almost  all email and communications software.

ISO  8859 is an  eight-bit extension to ASCII developed by ISO (the  International  Organization for Standardization). ISO 8859 includes the  128 ASCII  characters along with an additional 128 characters, such as  the British  pound symbol and the American cent symbol. Several  variations of the ISO  8859 standard exist for different language  families:

  • Steps to change the locale:

Raw

locale -a, --all-locales (Get locale-specific information. Write names  of available locales)
  • Editing the configuration file:

Raw

vi /etc/sysconfig/i18n
  • Change the following line where XX is your default language (US, AU, ZB):

Raw

LANG="en\_XX.UTF-8" to LANG="en\_XX.iso88951"
  • Reboot your system as the changes can take effect.

根源

  • By default, Red Hat Enterprise Linux uses UTF-8. In some cases, applications may need another encoding.

诊断步骤

  • List available locales:

Raw

locale -a -v
  • Example of /etc/sysconfig/i18n for a Belgian system using French and UTF-8:

Raw

LANG="fr_BE.utf8"  
SYSFONT="latarcyrheb-sun16"
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值