From owner-freebsd-questions@FreeBSD.ORG Tue May 3 22:10:56 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA75416A4D1 for ; Tue, 3 May 2005 22:10:56 +0000 (GMT) Received: from mx14.yandex.ru (mx14.yandex.ru [213.180.200.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id B30F343D5C for ; Tue, 3 May 2005 22:10:55 +0000 (GMT) (envelope-from i-love-spam@yandex.ru) Received: from ip214-179.tor.istop.com ([66.11.179.214]:35076 "EHLO [192.168.0.1]" smtp-auth: "i-love-spam" TLS-CIPHER: "RC4-MD5 keybits 128/128 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S1782790AbVECWKl (ORCPT ); Wed, 4 May 2005 02:10:41 +0400 X-Comment: RFC 2476 MSA function at mx14.yandex.ru logged sender identity as: i-love-spam Message-ID: <4277F704.8060602@yandex.ru> Date: Tue, 03 May 2005 18:11:16 -0400 From: pps User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Language/codepage trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 22:10:56 -0000 Hello, I've been having alot of problems with encodings/language etc. In short, there's no such problem on winXP - in control panel/Reagional and Language Options I set this options: Standards and Formats (locale): English Language for non-unicode programs: Russian and I'd like to get the same functionality on my freebsd, but I only got a ton of problems :) In short, all I want is to have a usual english freebsd (with kde in english etc) but all 8-bit texts would be trated the same way they are treated on russian freebsd. It's easy to get the second thing - set lang=ru in ~/.login_conf or some other way to set env["LANG"], but it makes everything f**ked up - all kde and other apps become in russian, which I don't need! It seemed like setting default charset would solve the problem, but setting charset=CP1251 in ~/.login_conf doesn't solve this problems - it doesn't have any effect. Is there any way I can do what I want? I tried to hack default locale files in en_US.ISO8859-1 long time ago and I think I made something bad. Is there a way to remove entire directory /usr/share/locale and then reinstal it? Thank you