Good ... but how important? (Score: 1) by fnj@pipedot.org on 2014-06-26 13:17 (#29B) First, let's be clear that I think it is dandy to address this shortcoming.Having said that, and the tiny sprinkling of FreeBSD workstations aside, who uses the local text-mode console in a FreeBSD server for anything aside from dealing with hardware failure and dealing with a boot process which has gone awry?All my text mode interaction with FreeBSD servers is through ssh, whether from a text mode terminal (very occasionally) or using an X terminal (most of the time). Does this change have any effect on that at all? Because it appears to work fine as is.[2][root@fnjomega ~/unitest]# localeLANG=en_US.UTF-8LC_CTYPE="en_US.UTF-8"LC_COLLATE="en_US.UTF-8"LC_TIME="en_US.UTF-8"LC_NUMERIC="en_US.UTF-8"LC_MONETARY="en_US.UTF-8"LC_MESSAGES="en_US.UTF-8"LC_ALL=[2][root@fnjomega ~]# mkdir unitest[2][root@fnjomega ~]# cd unitest[2][root@fnjomega ~/unitest]# touch ͲͻΉÎπξηθ[2][root@fnjomega ~/unitest]# cat > ЉÐГЯШnow is the time[2][root@fnjomega ~/unitest]# ls -ltotal 4-rw-r--r-- 1 root wheel 0 Jun 26 09:07 ??ΉÎπξηθ-rw-r--r-- 1 root wheel 16 Jun 26 09:08 ЉÐГЯШ[2][root@fnjomega ~/unitest]# cat ЉÐГЯШnow is the time[2][root@fnjomega ~]# rm ͲͻΉÎπξηθ[2][root@fnjomega ~/unitest]#I'm guessing the "??" in the Greek string above is a font shortcoming rather than a basic problem using unicode in bash on FreeBSD. Re: Good ... but how important? (Score: 1) by zafiro17@pipedot.org on 2014-06-30 17:04 (#29V) You wind up using it a bit in the early stages of setting up a new server, and it's pretty unpleasant on the eyes - jaggy, blocky fonts and all that. It also somewhat affects your visual impression of the boot-up process if you're sitting in front of a workstation. PC-BSD for example - this will allow them to have a slightly more impressive graphical boot up (graphical still meaning console interface, but perhaps something equivalent to the penguin at the top of a Linux console running a framebuffer, for example.
Re: Good ... but how important? (Score: 1) by zafiro17@pipedot.org on 2014-06-30 17:04 (#29V) You wind up using it a bit in the early stages of setting up a new server, and it's pretty unpleasant on the eyes - jaggy, blocky fonts and all that. It also somewhat affects your visual impression of the boot-up process if you're sitting in front of a workstation. PC-BSD for example - this will allow them to have a slightly more impressive graphical boot up (graphical still meaning console interface, but perhaps something equivalent to the penguin at the top of a Linux console running a framebuffer, for example.