242e02c388
X-SVN-Rev: 39583
22 lines
1014 B
C
22 lines
1014 B
C
/*
|
|
***********************************************************************
|
|
* © 2016 and later: Unicode, Inc. and others.
|
|
* License & terms of use: http://www.unicode.org/copyright.html#License
|
|
***********************************************************************
|
|
***********************************************************************
|
|
* Copyright (c) 2002-2010,International Business Machines
|
|
* Corporation and others. All Rights Reserved.
|
|
***********************************************************************
|
|
***********************************************************************
|
|
*/
|
|
|
|
#include "unicode/unistr.h"
|
|
|
|
|
|
UnicodeString str =
|
|
"Please note neither this listing nor its contents are final til midnight of the last day of the month of any such announcement."
|
|
"The official release date of all Project Gutenberg Etexts is at"
|
|
"Midnight, Central Time, of the last day of the stated month. A"
|
|
"preliminary version may often be posted for suggestion, comment"
|
|
"and editing by those who wish to do so.";
|