home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Pearl Edition) / 98CD05.iso / NET / NETSCAP4.50 / CP32E45.EXE / comm.z / cs.ctx < prev    next >
Encoding:
Text File  |  1998-06-26  |  1.5 KB  |  31 lines

  1. // ***************************************************************************************
  2. // *                                                                                     *
  3. // * COPYRIGHT:                                                                          *
  4. // * (C) Copyright Taligent, Inc.,  1997                                                 *
  5. // * (C) Copyright International Business Machines Corporation,  1997                    *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure             *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                              *
  9. // *                                                                                     *
  10. // ***************************************************************************************
  11. //
  12. //=================================================================================
  13. // CZECH LOCALE
  14. //=================================================================================
  15.  
  16. cs {
  17.     // AmPmMarkers is inherited from Default
  18.     CollationElements {        // collation elements
  19.             //for CS_CZ, default sorting except for the following: */
  20.             // add d<stroke> between d and e.
  21.             // add ch "ligature" between h and i
  22.             // add l<stroke> between l and m.
  23.             // add z<abovedot> after z.
  24.         "& D < \u0111, \u0110"    // d<stroke>
  25.         "& H < ch, Ch, cH, CH"    // ch ligature
  26.         "& L < \u0142, \u0141"    // l<stroke>
  27.         "& Z < \u017c, \u017b"    // z<abovedot>
  28.     }
  29. }
  30.  
  31.