/[classpath]/classpath/gnu/java/locale/LocaleInformation_en.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_en.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by warrenl, Tue Nov 28 01:38:48 2000 UTC revision 1.13 by cbj, Thu Jul 26 22:56:10 2001 UTC
# Line 67  private static final String[] word_break Line 67  private static final String[] word_break
67    * This is the list of sentence break sequences used by    * This is the list of sentence break sequences used by
68    * java.text.BreakIterator    * java.text.BreakIterator
69    */    */
70  private static final String[] sentence_breaks = { ". " };  private static final String[] sentence_breaks = { ". ", ".\t", ".\r\n", ".\r", ".\n" };
71    
72  /**  /**
73    * This is the list of potential line break locations.    * This is the list of potential line break locations.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26