home *** CD-ROM | disk | FTP | other *** search
- // ***************************************************************************************
- // * *
- // * COPYRIGHT: *
- // * (C) Copyright Taligent, Inc., 1997 *
- // * (C) Copyright International Business Machines Corporation, 1997 *
- // * Licensed Material - Program-Property of IBM - All Rights Reserved. *
- // * US Government Users Restricted Rights - Use, duplication, or disclosure *
- // * restricted by GSA ADP Schedule Contract with IBM Corp. *
- // * *
- // ***************************************************************************************
- //
- //=================================================================================
- // CZECH LOCALE
- //=================================================================================
-
- cs {
- // AmPmMarkers is inherited from Default
- CollationElements { // collation elements
- //for CS_CZ, default sorting except for the following: */
- // add d<stroke> between d and e.
- // add ch "ligature" between h and i
- // add l<stroke> between l and m.
- // add z<abovedot> after z.
- "& D < \u0111, \u0110" // d<stroke>
- "& H < ch, Ch, cH, CH" // ch ligature
- "& L < \u0142, \u0141" // l<stroke>
- "& Z < \u017c, \u017b" // z<abovedot>
- }
- }
-
-