Skip to content
  1. Mar 06, 2013
  2. Mar 05, 2013
  3. Nov 04, 2011
  4. Sep 04, 2010
  5. Sep 15, 2009
    • rtoy's avatar
    • rtoy's avatar
      Add support for the Unicode word break algorithm for · fc0eb65b
      rtoy authored
      STRING-CAPITALIZE.  Not sure about the appropriate interface, though.
      
      code/string.lisp:
      o Add Unicode word break algorithm.  Based on Scheme code by William
        Clinger.  Used with permission.
      o Update STRING-CAPITALIZE to take another keyword arg to indicate if
        we should use the Unicode word break algorithm.  Default is not to
        use the Unicode algorithm.
      
      compiler/fndb.lisp:
      o Update defknown for string-capitalize.
      
      i18n/tests/WordBreakTest.txt:
      o New test file for the word break algorithm
      
      i18n/tests/word-break-test.lisp:
      o New file to run the word break test.
      fc0eb65b