diff --git a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml index 70ea7d5424..0a5ac4e9cc 100644 --- a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml @@ -1,7 +1,7 @@ @@ -393,20 +393,31 @@ keychange="fkey_number sequence" character matrix in pseudographics area, i.e., to move letters out of that area if screen font uses a bit 8 column. - If you turn on &man.moused.8; via - following setting in /etc/rc.conf: + If you have the following settings, insert the + kernel config specified in the paragraph after the list. + + + + Console uses a screen font that utilizes 8-bit column font + character. + + + + The moused daemon is enabled by setting the following in + your /etc/rc.conf: + +moused_enable="YES" + + + + A workaround for expanding 8-bit to 9-bit on a VGA adapter + is usually needed for the above settings. This workaround + disables 8-bit to 9-bit expanison of the font character with the + mouse cursor the sc0 console driver. To enable the workaround, + insert the following line into the kernel config. -moused_enable="YES" - - and if your screen font uses bit 8 column of font character - matrix, then be sure that you compile your kernel with the following - options in your kernel configuration file to avoid bit 8 to bit 9 - expansion of the font character with the mouse cursor on VGA - adapters. - - -options SC_MOUSE_CHAR=0x03 +options SC_MOUSE_CHAR=0x03 The keymap_name here is taken from the /usr/share/syscons/keymaps directory, @@ -534,11 +545,16 @@ options SC_MOUSE_CHAR=0x03 Kernel and File Systems - The FreeBSD FFS filesystem is 8-bit clean so can be used with - any 8-bit wide character set, but there is no character set name - stored in the filesystem; i.e., it is raw 8-bit and does not know - anything about encoding order. FFS does not support any form of - 16-bit wide character sets yet. + The FreeBSD FFS filesystem is 8-bit clean, so it can be used + with any 8-bit wide character set, but there is no character set + name stored in the filesystem; i.e., it is raw 8-bit and does not + know anything about encoding order. Officially, FFS does not + support any form of 16-bit wide character sets yet. However, many + 16-bit wide character sets have independent patches for FFS + enabling such support. They are only temporary unportable + solutions or hacks and we have decided to not include them in the + source tree. Refer to respective languages' websites for more + informations and the patch files. The FreeBSD MSDOS filesystem has the configurable ability to convert between MSDOS, Unicode character sets and chosen diff --git a/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml b/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml index 70ea7d5424..0a5ac4e9cc 100644 --- a/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml @@ -1,7 +1,7 @@ @@ -393,20 +393,31 @@ keychange="fkey_number sequence" character matrix in pseudographics area, i.e., to move letters out of that area if screen font uses a bit 8 column. - If you turn on &man.moused.8; via - following setting in /etc/rc.conf: + If you have the following settings, insert the + kernel config specified in the paragraph after the list. + + + + Console uses a screen font that utilizes 8-bit column font + character. + + + + The moused daemon is enabled by setting the following in + your /etc/rc.conf: + +moused_enable="YES" + + + + A workaround for expanding 8-bit to 9-bit on a VGA adapter + is usually needed for the above settings. This workaround + disables 8-bit to 9-bit expanison of the font character with the + mouse cursor the sc0 console driver. To enable the workaround, + insert the following line into the kernel config. -moused_enable="YES" - - and if your screen font uses bit 8 column of font character - matrix, then be sure that you compile your kernel with the following - options in your kernel configuration file to avoid bit 8 to bit 9 - expansion of the font character with the mouse cursor on VGA - adapters. - - -options SC_MOUSE_CHAR=0x03 +options SC_MOUSE_CHAR=0x03 The keymap_name here is taken from the /usr/share/syscons/keymaps directory, @@ -534,11 +545,16 @@ options SC_MOUSE_CHAR=0x03 Kernel and File Systems - The FreeBSD FFS filesystem is 8-bit clean so can be used with - any 8-bit wide character set, but there is no character set name - stored in the filesystem; i.e., it is raw 8-bit and does not know - anything about encoding order. FFS does not support any form of - 16-bit wide character sets yet. + The FreeBSD FFS filesystem is 8-bit clean, so it can be used + with any 8-bit wide character set, but there is no character set + name stored in the filesystem; i.e., it is raw 8-bit and does not + know anything about encoding order. Officially, FFS does not + support any form of 16-bit wide character sets yet. However, many + 16-bit wide character sets have independent patches for FFS + enabling such support. They are only temporary unportable + solutions or hacks and we have decided to not include them in the + source tree. Refer to respective languages' websites for more + informations and the patch files. The FreeBSD MSDOS filesystem has the configurable ability to convert between MSDOS, Unicode character sets and chosen