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:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_CATEGORY_DATA_H
|
#ifndef _ICU_CATEGORY_DATA_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_COLLATE_DATA_H
|
#ifndef _ICU_COLLATE_DATA_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_CONVERTER_MANAGER_H
|
#ifndef _ICU_CONVERTER_MANAGER_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_CTYPE_DATA_H
|
#ifndef _ICU_CTYPE_DATA_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_LOCALE_BACKEND_H
|
#ifndef _ICU_LOCALE_BACKEND_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_LOCALECONV_DATA_H
|
#ifndef _ICU_LOCALECONV_DATA_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_MESSAGES_DATA_H
|
#ifndef _ICU_MESSAGES_DATA_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_MONETARY_DATA_H
|
#ifndef _ICU_MONETARY_DATA_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_NUMERIC_DATA_H
|
#ifndef _ICU_NUMERIC_DATA_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_TIME_CONVERSION_H
|
#ifndef _ICU_TIME_CONVERSION_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _ICU_TIME_DATA_H
|
#ifndef _ICU_TIME_DATA_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _LOCALE_BACKEND_H
|
#ifndef _LOCALE_BACKEND_H
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Oliver Tappe, [email protected].
|
* Copyright 2010-2011, Oliver Tappe, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user