Bring rewritten multibyte-support into repository.

* update copyrights of locale backend files

Multibyte-support has been rewritten to use ICU as backend.
While this does not necessarily work properly in every aspect
(e.g. the shell still has [different] problems with multibyte-
characters now), it does fix #6263 and #7700.
This commit is contained in:
Oliver Tappe 2011-11-23 19:55:34 +01:00
parent 53c09cffcb
commit c894d1868e
22 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_CATEGORY_DATA_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_COLLATE_DATA_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_CONVERTER_MANAGER_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_CTYPE_DATA_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_LOCALE_BACKEND_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_LOCALECONV_DATA_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_MESSAGES_DATA_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_MONETARY_DATA_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_NUMERIC_DATA_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_TIME_CONVERSION_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _ICU_TIME_DATA_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _LOCALE_BACKEND_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
* Copyright 2010-2011, Oliver Tappe, zooey@hirschkaefer.de.
* Distributed under the terms of the MIT License.
*/