You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1006 B
22 lines
1006 B
/*
|
|
***********************************************************************
|
|
* © 2016 and later: Unicode, Inc. and others.
|
|
* License & terms of use: http://www.unicode.org/copyright.html
|
|
***********************************************************************
|
|
***********************************************************************
|
|
* 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.";
|