jkoshy 1407434dba MFC rev 1.2:
- Use SWIDTH0 for combining characters.
  - Unicode 4.1 related changes:
    - Add definitions for a new range of code points
      U+1DC0..U+1DFF "Combining Diacritical Marks Supplement".
    - Add U+04F6 and U+04F7 to the Cyrillic range.
    - Mark U+034F "Combining Grapheme Joiner" as non-printable.
    - Add new combining characters in the range U+0350..U+035F
      to the section "Combining Diacritical Marks".

=============================================================================
2006-08-03 08:07:05 +00:00
..
2005-04-21 09:15:19 +00:00
2003-07-05 12:03:16 +00:00
2004-01-29 16:28:22 +00:00
2003-08-08 14:02:20 +00:00
2005-03-04 14:24:30 +00:00
2006-08-03 08:07:05 +00:00
2003-11-05 22:54:54 +00:00
2003-08-21 19:23:15 +00:00

$FreeBSD$

Locale name string format must be compliant with XPG3 and
using following format.
	<locale name>   ::= <language>_<territory>.<encoding>
	<language>      ::= based on ISO 639
	<territory>     ::= based on ISO 3166 (country code)
	<encoding>      ::= X11 codeset preferred