Re: Unicode support on FreeBSD

2006-12-17 Thread a
CONSOLE

As we know, the console drivers atkbd and sc do not support unicode
(in contrast to linux console drivers, for example).
So we have to use programs able to translate unicode to a single byte
code table. I use my PC successfully in such a manner.

X

You should set LC_CTYPE to ru_RU.UTF-8 (for russian) before running
X programs, and you should have correct unicode support.
I have the next line in .xinitrc:
env LC_CTYPE=ru_RU.UTF-8 twm
And I have no problem with X programs for years.

Elisej Babenko


On Sat, Dec 16, 2006 at 10:10:08PM -0200, Henry Lenzi wrote:
 On 12/16/06, ?$BJ8D; [EMAIL PROTECTED] wrote:
It's worth noting that while this solution may work, it's an
  add-on.
The question of Unicode is complex; you should check for
  relevant threads in the questions@ and i18n@ archives.
 I am using FreeBSD 6.1. with locale set to ja_JP.UTF-8
 
 I'm sorry, I'm not following this discussion. To get Unicode support,
 I should set my system to ja_JP.UTF8?!
 My problem is cyrillic fonts; any help is aprreciated.
 
 Henry
 
 PS: Oh, and don't write back to me in Russian, please. I'm not there yet :-))
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on FreeBSD

2006-12-17 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 CONSOLE
 
 As we know, the console drivers atkbd and sc do not support unicode
 (in contrast to linux console drivers, for example).
 So we have to use programs able to translate unicode to a single byte
 code table. I use my PC successfully in such a manner.
 
 X
 
 You should set LC_CTYPE to ru_RU.UTF-8 (for russian) before running
 X programs, and you should have correct unicode support.
 I have the next line in .xinitrc:
 env LC_CTYPE=ru_RU.UTF-8 twm
 And I have no problem with X programs for years.
 
 Elisej Babenko
 
 
 On Sat, Dec 16, 2006 at 10:10:08PM -0200, Henry Lenzi wrote:
 On 12/16/06, ?$BJ8D; [EMAIL PROTECTED] wrote:
   It's worth noting that while this solution may work, it's an
 add-on.
   The question of Unicode is complex; you should check for
 relevant threads in the questions@ and i18n@ archives.
 I am using FreeBSD 6.1. with locale set to ja_JP.UTF-8
 I'm sorry, I'm not following this discussion. To get Unicode support,
 I should set my system to ja_JP.UTF8?!
 My problem is cyrillic fonts; any help is aprreciated.

 Henry

 PS: Oh, and don't write back to me in Russian, please. I'm not there yet :-))

Funny how my thread sort of got hijacked.. hehe.

Anyhow, X11 apps are working perfectly fine, but rendering Japanese text
in xterm isn't working like it was under Gentoo. Time to install some
fonts I suppose or look into adding Japanese support for xterm.
uim/anthy isn't working 100% yet, but I'll force it to work sometime
soon :).

As for setting locales, you have to do it in whatever file you use to
pull in for starting X11, ~/.xinitrc, ~/.Xsession, etc. My .xinitrc:

export GTK_IM_MODULE=uim;
export [EMAIL PROTECTED];
export UIM_CANDWIN_PROG=uim-candwin-gtk;

xmodmap -e pointer = 1 2 3 4 5 6 7 8 9 
imwheel -f -k -p -b 67 

uim-toolbar-gtk-systray 
exec xfce4-session
xscreensaver -no-splash 

- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFhZL0EnKyINQw/HARAoUdAJwN22ltxoHHK1aS96+tClnzlH09vQCglIW6
vZdo8c7M7GuqVNN7R/mTILQ=
=QZBS
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on FreeBSD

2006-12-16 Thread 文鳥
   It's worth noting that while this solution may work, it's an
 add-on.
   The question of Unicode is complex; you should check for
 relevant threads in the questions@ and i18n@ archives.
I am using FreeBSD 6.1. with locale set to ja_JP.UTF-8 for quite some
time now, and it's working splendidly. Gnome/KDE work fine, fluxbox
is a bit more difficult to set up correctly when it comes to Japanese /
Unicode. The only problem I did come across is CD9660-Unicode support:
whenever I try to use a CD created on Windows containing Japanese file
names, I screws up completely (filenames become mojibake). Messing
around with mount options does not help, but reverting to ja_JP.eucJP
does. I think it's a bug, but I am not sure. I posted a message to
questions@ concerning this problem, but didn't get one answer, so I
don't know whether I should post a PR.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on FreeBSD

2006-12-16 Thread Henry Lenzi

On 12/16/06, 文鳥 [EMAIL PROTECTED] wrote:

   It's worth noting that while this solution may work, it's an
 add-on.
   The question of Unicode is complex; you should check for
 relevant threads in the questions@ and i18n@ archives.
I am using FreeBSD 6.1. with locale set to ja_JP.UTF-8


I'm sorry, I'm not following this discussion. To get Unicode support,
I should set my system to ja_JP.UTF8?!
My problem is cyrillic fonts; any help is aprreciated.

Henry

PS: Oh, and don't write back to me in Russian, please. I'm not there yet :-))
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on FreeBSD

2006-12-16 Thread Andrew Pantyukhin

On 12/16/06, Garrett Cooper [EMAIL PROTECTED] wrote:

Just wondering if and how I would go about getting Unicode
support setup on FreeBSD. Any links I could get would be more than
appreciated.


Not very helpful, but still:
http://infofarmer.blogspot.com/2006/12/unicodifying-freebsd.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on FreeBSD

2006-12-15 Thread Tsu-Fan Cheng

hi,
  i just taste the flavor of unicode a while ago, my point is to read
chinese/jap file name which file is downloaded over the internet. i
installed rxvt-unicode, and set my env in .cshrc LC_CTYPE to zh_TW.UTF-8,
and i think now i can read those file name with no problemo...

TFC

On 12/15/06, Garrett Cooper [EMAIL PROTECTED] wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,
Just wondering if and how I would go about getting Unicode
support setup on FreeBSD. Any links I could get would be more than
appreciated.
Finally got fed up with instability on my Gentoo setup, so it's
time to move to something better :).
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFg1ZhEnKyINQw/HARAjrvAKCMnTv7Pb7y4GmHmorcMxxbbdLELACgjwpk
YNuiP7abOzDCVDb8wyOVPgM=
=eVg2
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on FreeBSD

2006-12-15 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tsu-Fan Cheng wrote:
 hi,
   i just taste the flavor of unicode a while ago, my point is to read
 chinese/jap file name which file is downloaded over the internet. i
 installed rxvt-unicode, and set my env in .cshrc LC_CTYPE to zh_TW.UTF-8,
 and i think now i can read those file name with no problemo...
 
 TFC
 
 On 12/15/06, Garrett Cooper [EMAIL PROTECTED] wrote:

 Hello,
 Just wondering if and how I would go about getting Unicode
 support setup on FreeBSD. Any links I could get would be more than
 appreciated.
 Finally got fed up with instability on my Gentoo setup, so it's
 time to move to something better :).
 -Garrett

Ok. It appears as if Freebsd is definitely the best choice (over
other non-Linux Unix Opensource OSes--including OpenBSD and Open
Solaris) for a Unicode support.

Just tired of what the Linux crowd has been doing with the I/O
scheduler and schedulers in the kernel, and Reiserfs support has gotten
worse as of late it appears (kernel version 2.6.18 with 'emission'
kernel patches). It really lags my system at times -_-..

- -Garrett

PS TFC, I know you were having Chinese locale problems earlier--did you
try some of the solutions given
here-http://opal.com/freebsd/unicode.html-by chance?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFg2vkEnKyINQw/HARAh8uAJ41OMKGWl77xZmdJTQm2l33QUhl/QCfTj0R
S2GAdrIFHCV6ydLaiI90kTg=
=3I/p
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on FreeBSD

2006-12-15 Thread Robert Huff

Garrett Cooper writes:

   Ok. It appears as if Freebsd is definitely the best choice
  (over other non-Linux Unix Opensource OSes--including OpenBSD and
  Open Solaris) for a Unicode support.

It's worth noting that while this solution may work, it's an
add-on.
The question of Unicode is complex; you should check for
relevant threads in the questions@ and i18n@ archives.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on freebsd?

2006-09-05 Thread a
On Mon, Sep 04, 2006 at 05:23:05AM +0200, P.U.Kruppa wrote:
 On Mon, 4 Sep 2006, Wei Hu wrote:
 
 When will Freebsd support unicode? Freebsd 7?
 What exactly do you want be supported? In my /usr/share/locale/ I can see 
 some 
 UTF-8 directories.
 
 Regards,
 
 Uli.
 
 *
 * Peter Ulrich Kruppa - Wuppertal - Germany *
 *

When will atkbd and syscons drivers support multibyte character encoding?
I want exactly one key to produce a sequence of bytes (one unicode character),
and a sequence of bytes (one unicode character) to be mapped to one symbol
on a screen.

E. g., Red Hat linux console driver has such usefull possibilities
for many years. 
They are usefull not for unicode only, but for escape 
sequences generated by Alt+any key also.

Regards,
Elisej Babenko
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on freebsd?

2006-09-03 Thread P.U.Kruppa

On Mon, 4 Sep 2006, Wei Hu wrote:


When will Freebsd support unicode? Freebsd 7?
What exactly do you want be supported? In my /usr/share/locale/ I 
can see some UTF-8 directories.


Regards,

Uli.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





*
* Peter Ulrich Kruppa - Wuppertal - Germany *
*
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]