From cefc7c0917be88b60f0a5b057582e021f54cdb4a Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Thu, 10 Jun 1999 01:17:03 +0000 Subject: [PATCH] add file placeholder for VIQR, VNI, ISO885910, ISO885913, ISO-IR-111 git-svn-id: svn://10.0.0.236/trunk@34528 18797224-902f-48f8-a5cc-f745e15eee43 --- .../uconv/ucvlatin/nsISO885910ToUnicode.cpp | 17 +++++++++++++++++ .../intl/uconv/ucvlatin/nsISO885910ToUnicode.h | 17 +++++++++++++++++ .../uconv/ucvlatin/nsISO885913ToUnicode.cpp | 17 +++++++++++++++++ .../intl/uconv/ucvlatin/nsISO885913ToUnicode.h | 17 +++++++++++++++++ .../intl/uconv/ucvlatin/nsISOIR111ToUnicode.cpp | 17 +++++++++++++++++ .../intl/uconv/ucvlatin/nsISOIR111ToUnicode.h | 17 +++++++++++++++++ .../uconv/ucvlatin/nsUnicodeToISO885910.cpp | 17 +++++++++++++++++ .../intl/uconv/ucvlatin/nsUnicodeToISO885910.h | 17 +++++++++++++++++ .../uconv/ucvlatin/nsUnicodeToISO885913.cpp | 17 +++++++++++++++++ .../intl/uconv/ucvlatin/nsUnicodeToISO885913.h | 17 +++++++++++++++++ .../intl/uconv/ucvlatin/nsUnicodeToISOIR111.cpp | 17 +++++++++++++++++ .../intl/uconv/ucvlatin/nsUnicodeToISOIR111.h | 17 +++++++++++++++++ mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.cpp | 17 +++++++++++++++++ mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.h | 17 +++++++++++++++++ mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.cpp | 17 +++++++++++++++++ mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.h | 17 +++++++++++++++++ mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.cpp | 17 +++++++++++++++++ mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.h | 17 +++++++++++++++++ mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.cpp | 17 +++++++++++++++++ mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.h | 17 +++++++++++++++++ 20 files changed, 340 insertions(+) create mode 100644 mozilla/intl/uconv/ucvlatin/nsISO885910ToUnicode.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsISO885910ToUnicode.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsISO885913ToUnicode.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsISO885913ToUnicode.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsISOIR111ToUnicode.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsISOIR111ToUnicode.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885910.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885910.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885913.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885913.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToISOIR111.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToISOIR111.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.h create mode 100644 mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.cpp create mode 100644 mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.h diff --git a/mozilla/intl/uconv/ucvlatin/nsISO885910ToUnicode.cpp b/mozilla/intl/uconv/ucvlatin/nsISO885910ToUnicode.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsISO885910ToUnicode.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsISO885910ToUnicode.h b/mozilla/intl/uconv/ucvlatin/nsISO885910ToUnicode.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsISO885910ToUnicode.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsISO885913ToUnicode.cpp b/mozilla/intl/uconv/ucvlatin/nsISO885913ToUnicode.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsISO885913ToUnicode.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsISO885913ToUnicode.h b/mozilla/intl/uconv/ucvlatin/nsISO885913ToUnicode.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsISO885913ToUnicode.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsISOIR111ToUnicode.cpp b/mozilla/intl/uconv/ucvlatin/nsISOIR111ToUnicode.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsISOIR111ToUnicode.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsISOIR111ToUnicode.h b/mozilla/intl/uconv/ucvlatin/nsISOIR111ToUnicode.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsISOIR111ToUnicode.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885910.cpp b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885910.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885910.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885910.h b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885910.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885910.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885913.cpp b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885913.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885913.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885913.h b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885913.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISO885913.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToISOIR111.cpp b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISOIR111.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISOIR111.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToISOIR111.h b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISOIR111.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToISOIR111.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.cpp b/mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.h b/mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToVIQR.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.cpp b/mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.h b/mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsUnicodeToVNI.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.cpp b/mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.h b/mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsVIQRToUnicode.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.cpp b/mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.cpp new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.cpp @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ diff --git a/mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.h b/mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.h new file mode 100644 index 00000000000..68df01bea64 --- /dev/null +++ b/mozilla/intl/uconv/ucvlatin/nsVNIToUnicode.h @@ -0,0 +1,17 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */