[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Mar 23 19:41:04 MDT 2015


The branch, master has been updated
       via  e67130c Explicitly include util/debug.h from server stubs generated by pidl.
       via  67dd17d lib: Remove unused [un]map_file
       via  af78937 codepages/*.dat are gone
       via  2c1201e smbd: Convert valid.dat to C code
       via  c51300a lib: load_case_tables() -> smb_init_locale()
       via  06a727e lib: Remove load_case_tables_library()
       via  00df00d lib: Convert [up|low]case.dat to C
       via  cccec44 lib: Fix CID 1272834 Unchecked return value
      from  72f1a2a WHATSNEW: Add logging backends

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e67130c60687cfecda878e7084c64e03a7f7a098
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Mar 22 00:20:59 2015 +0100

    Explicitly include util/debug.h from server stubs generated by pidl.
    
    This is necessary since Server.pm generates calls to DEBUG().
    
    Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Mar 24 02:40:00 CET 2015 on sn-devel-104

commit 67dd17d0f4a78a9942a6676dbdeebab88bca0155
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Mar 22 09:50:25 2015 +0100

    lib: Remove unused [un]map_file
    
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Signed-off-by: Volker Lendecke <vl at samba.org>

commit af7893734b08f1f73e7fe76278d4a4a5485ad69e
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Mar 21 20:50:45 2015 +0100

    codepages/*.dat are gone
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

commit 2c1201eb7a0e40ac8546fe74c16b3c0bc665c616
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Mar 21 20:46:11 2015 +0100

    smbd: Convert valid.dat to C code
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

commit c51300ad89cb7d3c0a2e329cd4b3c81cf52d8e98
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Mar 21 20:00:06 2015 +0100

    lib: load_case_tables() -> smb_init_locale()
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

commit 06a727e8f84ae28afd2b6c2eadf18916348c6dca
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Mar 21 19:49:17 2015 +0100

    lib: Remove load_case_tables_library()
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

commit 00df00d8d06b149d960a901f7fe2e49f0cb3c081
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Mar 21 13:22:34 2015 +0100

    lib: Convert [up|low]case.dat to C
    
    This creates a bit more source code, but it removes the requirement to
    explicitly mmap the files
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

commit cccec4484224de4a6ad888f42c5f71bcd29314fd
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Mar 18 07:47:37 2015 +0000

    lib: Fix CID 1272834 Unchecked return value
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 codepages/lowcase.dat                    |   Bin 131072 -> 0 bytes
 codepages/upcase.dat                     |   Bin 131072 -> 0 bytes
 codepages/valid.dat                      |   Bin 65536 -> 0 bytes
 codepages/wscript_build                  |     3 -
 lib/util/asn1.c                          |     4 +-
 lib/util/charset/charset.h               |     3 +-
 lib/util/charset/codepoints.c            | 16449 ++++++++++++++++++++++++++++-
 lib/util/samba_util.h                    |     7 -
 lib/util/util_file.c                     |    56 -
 librpc/tools/ndrdump.c                   |     2 +-
 nsswitch/wbinfo.c                        |     2 +-
 nsswitch/wins.c                          |     1 -
 packaging/RHEL-CTDB/samba.spec.tmpl      |     3 -
 packaging/Solaris/makepkg.sh             |     4 -
 pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm |     1 +
 source3/client/client.c                  |     2 +-
 source3/client/smbspool.c                |     2 +-
 source3/lib/netapi/netapi.c              |     3 -
 source3/lib/smbconf/testsuite.c          |     2 +-
 source3/libsmb/libsmb_context.c          |     2 -
 source3/nmbd/nmbd.c                      |     2 +-
 source3/pam_smbpass/pam_smb_acct.c       |     1 -
 source3/pam_smbpass/pam_smb_auth.c       |     1 -
 source3/pam_smbpass/pam_smb_passwd.c     |     1 -
 source3/param/test_lp_load.c             |     2 +-
 source3/rpcclient/rpcclient.c            |     2 +-
 source3/smbd/mangle_hash.c               |   377 +-
 source3/smbd/server.c                    |     2 +-
 source3/torture/masktest.c               |     2 +-
 source3/torture/msgtest.c                |     2 +-
 source3/torture/pdbtest.c                |     2 +-
 source3/torture/torture.c                |     2 +-
 source3/torture/vfstest.c                |     2 +-
 source3/utils/dbwrap_tool.c              |     2 +-
 source3/utils/dbwrap_torture.c           |     2 +-
 source3/utils/eventlogadm.c              |     2 +-
 source3/utils/net.c                      |     2 +-
 source3/utils/nmblookup.c                |     2 +-
 source3/utils/ntlm_auth.c                |     2 +-
 source3/utils/pdbedit.c                  |     2 +-
 source3/utils/profiles.c                 |     2 +-
 source3/utils/sharesec.c                 |     2 +-
 source3/utils/smbcacls.c                 |     2 +-
 source3/utils/smbcontrol.c               |     2 +-
 source3/utils/smbcquotas.c               |     2 +-
 source3/utils/smbfilter.c                |     2 +-
 source3/utils/smbget.c                   |     2 +-
 source3/utils/smbpasswd.c                |     2 +-
 source3/utils/smbta-util.c               |     2 +-
 source3/utils/smbtree.c                  |     2 +-
 source3/utils/split_tokens.c             |     2 +-
 source3/utils/status.c                   |     2 +-
 source3/utils/testparm.c                 |     2 +-
 source3/winbindd/winbindd.c              |     2 +-
 wscript_build                            |     1 -
 55 files changed, 16790 insertions(+), 197 deletions(-)
 delete mode 100644 codepages/lowcase.dat
 delete mode 100644 codepages/upcase.dat
 delete mode 100644 codepages/valid.dat
 delete mode 100644 codepages/wscript_build


Changeset truncated at 500 lines:

diff --git a/codepages/lowcase.dat b/codepages/lowcase.dat
deleted file mode 100644
index 62b6e2e..0000000
Binary files a/codepages/lowcase.dat and /dev/null differ
diff --git a/codepages/upcase.dat b/codepages/upcase.dat
deleted file mode 100644
index bb6f9be..0000000
Binary files a/codepages/upcase.dat and /dev/null differ
diff --git a/codepages/valid.dat b/codepages/valid.dat
deleted file mode 100644
index 78c14b3..0000000
Binary files a/codepages/valid.dat and /dev/null differ
diff --git a/codepages/wscript_build b/codepages/wscript_build
deleted file mode 100644
index 1225529..0000000
--- a/codepages/wscript_build
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env python
-
-bld.INSTALL_WILDCARD('${CODEPAGEDIR}', '*.dat')
diff --git a/lib/util/asn1.c b/lib/util/asn1.c
index 90f950a..9f4924c 100644
--- a/lib/util/asn1.c
+++ b/lib/util/asn1.c
@@ -940,7 +940,9 @@ bool asn1_read_enumerated(struct asn1_data *data, int *v)
 	if (!asn1_start_tag(data, ASN1_ENUMERATED)) return false;
 	while (!data->has_error && asn1_tag_remaining(data)>0) {
 		uint8_t b;
-		asn1_read_uint8(data, &b);
+		if (!asn1_read_uint8(data, &b)) {
+			return false;
+		}
 		*v = (*v << 8) + b;
 	}
 	return asn1_end_tag(data);	
diff --git a/lib/util/charset/charset.h b/lib/util/charset/charset.h
index e4297e4..66b09a5 100644
--- a/lib/util/charset/charset.h
+++ b/lib/util/charset/charset.h
@@ -222,8 +222,7 @@ size_t smb_iconv(smb_iconv_t cd,
 smb_iconv_t smb_iconv_open_ex(TALLOC_CTX *mem_ctx, const char *tocode, 
 			      const char *fromcode, bool use_builtin_handlers);
 
-void load_case_tables(void);
-void load_case_tables_library(void);
+void smb_init_locale(void);
 
 /* The following definitions come from util_unistr_w.c  */
 
diff --git a/lib/util/charset/codepoints.c b/lib/util/charset/codepoints.c
index 499cea4..19319ba 100644
--- a/lib/util/charset/codepoints.c
+++ b/lib/util/charset/codepoints.c
@@ -34,47 +34,16397 @@
  * @brief Unicode string manipulation
  */
 
-/* these 2 tables define the unicode case handling.  They are loaded
-   at startup either via mmap() or read() from the lib directory */
-static void *upcase_table;
-static void *lowcase_table;
-
-
-/*******************************************************************
-load the case handling tables
-
-This is the function that should be called from library code.
-********************************************************************/
-void load_case_tables_library(void)
-{
-	const char *codepagedir = get_dyn_CODEPAGEDIR();
-	size_t codepagedir_len = strlen(codepagedir);
-	char buf[codepagedir_len+13];
-
-	snprintf(buf, sizeof(buf), "%s/upcase.dat", codepagedir);
-	upcase_table = map_file(buf, 0x20000);
-
-	snprintf(buf, sizeof(buf), "%s/lowcase.dat", codepagedir);
-	lowcase_table = map_file(buf, 0x20000);
-
-	if (upcase_table == NULL) {
-		DEBUG(1, ("Failed to load upcase.dat, will use lame ASCII-only case sensitivity rules\n"));
-		upcase_table = (void *)-1;
-	}
-	if (lowcase_table == NULL) {
-		DEBUG(1, ("Failed to load lowcase.dat, will use lame ASCII-only case sensitivity rules\n"));
-		lowcase_table = (void *)-1;
-	}
-}
+static const uint16_t lowcase_table[] = {
+	0x0000,0x0001,0x0002,0x0003,0x0004,0x0005,0x0006,0x0007,
+	0x0008,0x0009,0x000a,0x000b,0x000c,0x000d,0x000e,0x000f,
+	0x0010,0x0011,0x0012,0x0013,0x0014,0x0015,0x0016,0x0017,
+	0x0018,0x0019,0x001a,0x001b,0x001c,0x001d,0x001e,0x001f,
+	0x0020,0x0021,0x0022,0x0023,0x0024,0x0025,0x0026,0x0027,
+	0x0028,0x0029,0x002a,0x002b,0x002c,0x002d,0x002e,0x002f,
+	0x0030,0x0031,0x0032,0x0033,0x0034,0x0035,0x0036,0x0037,
+	0x0038,0x0039,0x003a,0x003b,0x003c,0x003d,0x003e,0x003f,
+	0x0040,0x0061,0x0062,0x0063,0x0064,0x0065,0x0066,0x0067,
+	0x0068,0x0069,0x006a,0x006b,0x006c,0x006d,0x006e,0x006f,
+	0x0070,0x0071,0x0072,0x0073,0x0074,0x0075,0x0076,0x0077,
+	0x0078,0x0079,0x007a,0x005b,0x005c,0x005d,0x005e,0x005f,
+	0x0060,0x0061,0x0062,0x0063,0x0064,0x0065,0x0066,0x0067,
+	0x0068,0x0069,0x006a,0x006b,0x006c,0x006d,0x006e,0x006f,
+	0x0070,0x0071,0x0072,0x0073,0x0074,0x0075,0x0076,0x0077,
+	0x0078,0x0079,0x007a,0x007b,0x007c,0x007d,0x007e,0x007f,
+	0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
+	0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
+	0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
+	0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
+	0x00a0,0x00a1,0x00a2,0x00a3,0x00a4,0x00a5,0x00a6,0x00a7,
+	0x00a8,0x00a9,0x00aa,0x00ab,0x00ac,0x00ad,0x00ae,0x00af,
+	0x00b0,0x00b1,0x00b2,0x00b3,0x00b4,0x00b5,0x00b6,0x00b7,
+	0x00b8,0x00b9,0x00ba,0x00bb,0x00bc,0x00bd,0x00be,0x00bf,
+	0x00e0,0x00e1,0x00e2,0x00e3,0x00e4,0x00e5,0x00e6,0x00e7,
+	0x00e8,0x00e9,0x00ea,0x00eb,0x00ec,0x00ed,0x00ee,0x00ef,
+	0x00f0,0x00f1,0x00f2,0x00f3,0x00f4,0x00f5,0x00f6,0x00d7,
+	0x00f8,0x00f9,0x00fa,0x00fb,0x00fc,0x00fd,0x00fe,0x00df,
+	0x00e0,0x00e1,0x00e2,0x00e3,0x00e4,0x00e5,0x00e6,0x00e7,
+	0x00e8,0x00e9,0x00ea,0x00eb,0x00ec,0x00ed,0x00ee,0x00ef,
+	0x00f0,0x00f1,0x00f2,0x00f3,0x00f4,0x00f5,0x00f6,0x00f7,
+	0x00f8,0x00f9,0x00fa,0x00fb,0x00fc,0x00fd,0x00fe,0x00ff,
+	0x0101,0x0101,0x0103,0x0103,0x0105,0x0105,0x0107,0x0107,
+	0x0109,0x0109,0x010b,0x010b,0x010d,0x010d,0x010f,0x010f,
+	0x0111,0x0111,0x0113,0x0113,0x0115,0x0115,0x0117,0x0117,
+	0x0119,0x0119,0x011b,0x011b,0x011d,0x011d,0x011f,0x011f,
+	0x0121,0x0121,0x0123,0x0123,0x0125,0x0125,0x0127,0x0127,
+	0x0129,0x0129,0x012b,0x012b,0x012d,0x012d,0x012f,0x012f,
+	0x0130,0x0131,0x0133,0x0133,0x0135,0x0135,0x0137,0x0137,
+	0x0138,0x013a,0x013a,0x013c,0x013c,0x013e,0x013e,0x0140,
+	0x0140,0x0142,0x0142,0x0144,0x0144,0x0146,0x0146,0x0148,
+	0x0148,0x0149,0x014b,0x014b,0x014d,0x014d,0x014f,0x014f,
+	0x0151,0x0151,0x0153,0x0153,0x0155,0x0155,0x0157,0x0157,
+	0x0159,0x0159,0x015b,0x015b,0x015d,0x015d,0x015f,0x015f,
+	0x0161,0x0161,0x0163,0x0163,0x0165,0x0165,0x0167,0x0167,
+	0x0169,0x0169,0x016b,0x016b,0x016d,0x016d,0x016f,0x016f,
+	0x0171,0x0171,0x0173,0x0173,0x0175,0x0175,0x0177,0x0177,
+	0x00ff,0x017a,0x017a,0x017c,0x017c,0x017e,0x017e,0x017f,
+	0x0180,0x0253,0x0183,0x0183,0x0185,0x0185,0x0254,0x0188,
+	0x0188,0x0256,0x0257,0x018c,0x018c,0x018d,0x01dd,0x0259,
+	0x025b,0x0192,0x0192,0x0260,0x0263,0x0195,0x0269,0x0268,
+	0x0199,0x0199,0x019a,0x019b,0x026f,0x0272,0x019e,0x0275,
+	0x01a1,0x01a1,0x01a3,0x01a3,0x01a5,0x01a5,0x01a6,0x01a8,
+	0x01a8,0x0283,0x01aa,0x01ab,0x01ad,0x01ad,0x0288,0x01b0,
+	0x01b0,0x028a,0x028b,0x01b4,0x01b4,0x01b6,0x01b6,0x0292,
+	0x01b9,0x01b9,0x01ba,0x01bb,0x01bd,0x01bd,0x01be,0x01bf,
+	0x01c0,0x01c1,0x01c2,0x01c3,0x01c6,0x01c5,0x01c6,0x01c9,
+	0x01c8,0x01c9,0x01cc,0x01cb,0x01cc,0x01ce,0x01ce,0x01d0,
+	0x01d0,0x01d2,0x01d2,0x01d4,0x01d4,0x01d6,0x01d6,0x01d8,
+	0x01d8,0x01da,0x01da,0x01dc,0x01dc,0x01dd,0x01df,0x01df,
+	0x01e1,0x01e1,0x01e3,0x01e3,0x01e5,0x01e5,0x01e7,0x01e7,
+	0x01e9,0x01e9,0x01eb,0x01eb,0x01ed,0x01ed,0x01ef,0x01ef,
+	0x01f0,0x01f3,0x01f2,0x01f3,0x01f5,0x01f5,0x01f6,0x01f7,
+	0x01f8,0x01f9,0x01fb,0x01fb,0x01fd,0x01fd,0x01ff,0x01ff,
+	0x0201,0x0201,0x0203,0x0203,0x0205,0x0205,0x0207,0x0207,
+	0x0209,0x0209,0x020b,0x020b,0x020d,0x020d,0x020f,0x020f,
+	0x0211,0x0211,0x0213,0x0213,0x0215,0x0215,0x0217,0x0217,
+	0x0218,0x0219,0x021a,0x021b,0x021c,0x021d,0x021e,0x021f,
+	0x0220,0x0221,0x0222,0x0223,0x0224,0x0225,0x0226,0x0227,
+	0x0228,0x0229,0x022a,0x022b,0x022c,0x022d,0x022e,0x022f,
+	0x0230,0x0231,0x0232,0x0233,0x0234,0x0235,0x0236,0x0237,
+	0x0238,0x0239,0x023a,0x023b,0x023c,0x023d,0x023e,0x023f,
+	0x0240,0x0241,0x0242,0x0243,0x0244,0x0245,0x0246,0x0247,
+	0x0248,0x0249,0x024a,0x024b,0x024c,0x024d,0x024e,0x024f,
+	0x0250,0x0251,0x0252,0x0253,0x0254,0x0255,0x0256,0x0257,
+	0x0258,0x0259,0x025a,0x025b,0x025c,0x025d,0x025e,0x025f,
+	0x0260,0x0261,0x0262,0x0263,0x0264,0x0265,0x0266,0x0267,
+	0x0268,0x0269,0x026a,0x026b,0x026c,0x026d,0x026e,0x026f,
+	0x0270,0x0271,0x0272,0x0273,0x0274,0x0275,0x0276,0x0277,
+	0x0278,0x0279,0x027a,0x027b,0x027c,0x027d,0x027e,0x027f,
+	0x0280,0x0281,0x0282,0x0283,0x0284,0x0285,0x0286,0x0287,
+	0x0288,0x0289,0x028a,0x028b,0x028c,0x028d,0x028e,0x028f,
+	0x0290,0x0291,0x0292,0x0293,0x0294,0x0295,0x0296,0x0297,
+	0x0298,0x0299,0x029a,0x029b,0x029c,0x029d,0x029e,0x029f,
+	0x02a0,0x02a1,0x02a2,0x02a3,0x02a4,0x02a5,0x02a6,0x02a7,
+	0x02a8,0x02a9,0x02aa,0x02ab,0x02ac,0x02ad,0x02ae,0x02af,
+	0x02b0,0x02b1,0x02b2,0x02b3,0x02b4,0x02b5,0x02b6,0x02b7,
+	0x02b8,0x02b9,0x02ba,0x02bb,0x02bc,0x02bd,0x02be,0x02bf,
+	0x02c0,0x02c1,0x02c2,0x02c3,0x02c4,0x02c5,0x02c6,0x02c7,
+	0x02c8,0x02c9,0x02ca,0x02cb,0x02cc,0x02cd,0x02ce,0x02cf,
+	0x02d0,0x02d1,0x02d2,0x02d3,0x02d4,0x02d5,0x02d6,0x02d7,
+	0x02d8,0x02d9,0x02da,0x02db,0x02dc,0x02dd,0x02de,0x02df,
+	0x02e0,0x02e1,0x02e2,0x02e3,0x02e4,0x02e5,0x02e6,0x02e7,
+	0x02e8,0x02e9,0x02ea,0x02eb,0x02ec,0x02ed,0x02ee,0x02ef,
+	0x02f0,0x02f1,0x02f2,0x02f3,0x02f4,0x02f5,0x02f6,0x02f7,
+	0x02f8,0x02f9,0x02fa,0x02fb,0x02fc,0x02fd,0x02fe,0x02ff,
+	0x0300,0x0301,0x0302,0x0303,0x0304,0x0305,0x0306,0x0307,
+	0x0308,0x0309,0x030a,0x030b,0x030c,0x030d,0x030e,0x030f,
+	0x0310,0x0311,0x0312,0x0313,0x0314,0x0315,0x0316,0x0317,
+	0x0318,0x0319,0x031a,0x031b,0x031c,0x031d,0x031e,0x031f,
+	0x0320,0x0321,0x0322,0x0323,0x0324,0x0325,0x0326,0x0327,
+	0x0328,0x0329,0x032a,0x032b,0x032c,0x032d,0x032e,0x032f,
+	0x0330,0x0331,0x0332,0x0333,0x0334,0x0335,0x0336,0x0337,
+	0x0338,0x0339,0x033a,0x033b,0x033c,0x033d,0x033e,0x033f,
+	0x0340,0x0341,0x0342,0x0343,0x0344,0x0345,0x0346,0x0347,
+	0x0348,0x0349,0x034a,0x034b,0x034c,0x034d,0x034e,0x034f,
+	0x0350,0x0351,0x0352,0x0353,0x0354,0x0355,0x0356,0x0357,
+	0x0358,0x0359,0x035a,0x035b,0x035c,0x035d,0x035e,0x035f,
+	0x0360,0x0361,0x0362,0x0363,0x0364,0x0365,0x0366,0x0367,
+	0x0368,0x0369,0x036a,0x036b,0x036c,0x036d,0x036e,0x036f,
+	0x0370,0x0371,0x0372,0x0373,0x0374,0x0375,0x0376,0x0377,
+	0x0378,0x0379,0x037a,0x037b,0x037c,0x037d,0x037e,0x037f,
+	0x0380,0x0381,0x0382,0x0383,0x0384,0x0385,0x03ac,0x0387,
+	0x03ad,0x03ae,0x03af,0x038b,0x03cc,0x038d,0x03cd,0x03ce,
+	0x0390,0x03b1,0x03b2,0x03b3,0x03b4,0x03b5,0x03b6,0x03b7,
+	0x03b8,0x03b9,0x03ba,0x03bb,0x03bc,0x03bd,0x03be,0x03bf,
+	0x03c0,0x03c1,0x03a2,0x03c3,0x03c4,0x03c5,0x03c6,0x03c7,
+	0x03c8,0x03c9,0x03ca,0x03cb,0x03ac,0x03ad,0x03ae,0x03af,
+	0x03b0,0x03b1,0x03b2,0x03b3,0x03b4,0x03b5,0x03b6,0x03b7,
+	0x03b8,0x03b9,0x03ba,0x03bb,0x03bc,0x03bd,0x03be,0x03bf,
+	0x03c0,0x03c1,0x03c2,0x03c3,0x03c4,0x03c5,0x03c6,0x03c7,
+	0x03c8,0x03c9,0x03ca,0x03cb,0x03cc,0x03cd,0x03ce,0x03cf,
+	0x03d0,0x03d1,0x03d2,0x03d3,0x03d4,0x03d5,0x03d6,0x03d7,
+	0x03d8,0x03d9,0x03da,0x03db,0x03dc,0x03dd,0x03de,0x03df,
+	0x03e0,0x03e1,0x03e3,0x03e3,0x03e5,0x03e5,0x03e7,0x03e7,
+	0x03e9,0x03e9,0x03eb,0x03eb,0x03ed,0x03ed,0x03ef,0x03ef,
+	0x03f0,0x03f1,0x03f2,0x03f3,0x03f4,0x03f5,0x03f6,0x03f7,
+	0x03f8,0x03f9,0x03fa,0x03fb,0x03fc,0x03fd,0x03fe,0x03ff,
+	0x0400,0x0451,0x0452,0x0453,0x0454,0x0455,0x0456,0x0457,
+	0x0458,0x0459,0x045a,0x045b,0x045c,0x040d,0x045e,0x045f,
+	0x0430,0x0431,0x0432,0x0433,0x0434,0x0435,0x0436,0x0437,
+	0x0438,0x0439,0x043a,0x043b,0x043c,0x043d,0x043e,0x043f,
+	0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447,
+	0x0448,0x0449,0x044a,0x044b,0x044c,0x044d,0x044e,0x044f,
+	0x0430,0x0431,0x0432,0x0433,0x0434,0x0435,0x0436,0x0437,
+	0x0438,0x0439,0x043a,0x043b,0x043c,0x043d,0x043e,0x043f,
+	0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447,
+	0x0448,0x0449,0x044a,0x044b,0x044c,0x044d,0x044e,0x044f,
+	0x0450,0x0451,0x0452,0x0453,0x0454,0x0455,0x0456,0x0457,
+	0x0458,0x0459,0x045a,0x045b,0x045c,0x045d,0x045e,0x045f,
+	0x0461,0x0461,0x0463,0x0463,0x0465,0x0465,0x0467,0x0467,
+	0x0469,0x0469,0x046b,0x046b,0x046d,0x046d,0x046f,0x046f,
+	0x0471,0x0471,0x0473,0x0473,0x0475,0x0475,0x0477,0x0477,
+	0x0479,0x0479,0x047b,0x047b,0x047d,0x047d,0x047f,0x047f,
+	0x0481,0x0481,0x0482,0x0483,0x0484,0x0485,0x0486,0x0487,
+	0x0488,0x0489,0x048a,0x048b,0x048c,0x048d,0x048e,0x048f,
+	0x0491,0x0491,0x0493,0x0493,0x0495,0x0495,0x0497,0x0497,
+	0x0499,0x0499,0x049b,0x049b,0x049d,0x049d,0x049f,0x049f,
+	0x04a1,0x04a1,0x04a3,0x04a3,0x04a5,0x04a5,0x04a7,0x04a7,
+	0x04a9,0x04a9,0x04ab,0x04ab,0x04ad,0x04ad,0x04af,0x04af,
+	0x04b1,0x04b1,0x04b3,0x04b3,0x04b5,0x04b5,0x04b7,0x04b7,
+	0x04b9,0x04b9,0x04bb,0x04bb,0x04bd,0x04bd,0x04bf,0x04bf,
+	0x04c0,0x04c2,0x04c2,0x04c4,0x04c4,0x04c5,0x04c6,0x04c8,
+	0x04c8,0x04c9,0x04ca,0x04cc,0x04cc,0x04cd,0x04ce,0x04cf,
+	0x04d1,0x04d1,0x04d3,0x04d3,0x04d5,0x04d5,0x04d7,0x04d7,
+	0x04d9,0x04d9,0x04db,0x04db,0x04dd,0x04dd,0x04df,0x04df,
+	0x04e1,0x04e1,0x04e3,0x04e3,0x04e5,0x04e5,0x04e7,0x04e7,
+	0x04e9,0x04e9,0x04eb,0x04eb,0x04ec,0x04ed,0x04ef,0x04ef,
+	0x04f1,0x04f1,0x04f3,0x04f3,0x04f5,0x04f5,0x04f6,0x04f7,
+	0x04f9,0x04f9,0x04fa,0x04fb,0x04fc,0x04fd,0x04fe,0x04ff,
+	0x0500,0x0501,0x0502,0x0503,0x0504,0x0505,0x0506,0x0507,
+	0x0508,0x0509,0x050a,0x050b,0x050c,0x050d,0x050e,0x050f,
+	0x0510,0x0511,0x0512,0x0513,0x0514,0x0515,0x0516,0x0517,
+	0x0518,0x0519,0x051a,0x051b,0x051c,0x051d,0x051e,0x051f,
+	0x0520,0x0521,0x0522,0x0523,0x0524,0x0525,0x0526,0x0527,
+	0x0528,0x0529,0x052a,0x052b,0x052c,0x052d,0x052e,0x052f,
+	0x0530,0x0561,0x0562,0x0563,0x0564,0x0565,0x0566,0x0567,
+	0x0568,0x0569,0x056a,0x056b,0x056c,0x056d,0x056e,0x056f,
+	0x0570,0x0571,0x0572,0x0573,0x0574,0x0575,0x0576,0x0577,
+	0x0578,0x0579,0x057a,0x057b,0x057c,0x057d,0x057e,0x057f,
+	0x0580,0x0581,0x0582,0x0583,0x0584,0x0585,0x0586,0x0557,
+	0x0558,0x0559,0x055a,0x055b,0x055c,0x055d,0x055e,0x055f,
+	0x0560,0x0561,0x0562,0x0563,0x0564,0x0565,0x0566,0x0567,
+	0x0568,0x0569,0x056a,0x056b,0x056c,0x056d,0x056e,0x056f,
+	0x0570,0x0571,0x0572,0x0573,0x0574,0x0575,0x0576,0x0577,
+	0x0578,0x0579,0x057a,0x057b,0x057c,0x057d,0x057e,0x057f,
+	0x0580,0x0581,0x0582,0x0583,0x0584,0x0585,0x0586,0x0587,
+	0x0588,0x0589,0x058a,0x058b,0x058c,0x058d,0x058e,0x058f,
+	0x0590,0x0591,0x0592,0x0593,0x0594,0x0595,0x0596,0x0597,
+	0x0598,0x0599,0x059a,0x059b,0x059c,0x059d,0x059e,0x059f,
+	0x05a0,0x05a1,0x05a2,0x05a3,0x05a4,0x05a5,0x05a6,0x05a7,
+	0x05a8,0x05a9,0x05aa,0x05ab,0x05ac,0x05ad,0x05ae,0x05af,
+	0x05b0,0x05b1,0x05b2,0x05b3,0x05b4,0x05b5,0x05b6,0x05b7,
+	0x05b8,0x05b9,0x05ba,0x05bb,0x05bc,0x05bd,0x05be,0x05bf,
+	0x05c0,0x05c1,0x05c2,0x05c3,0x05c4,0x05c5,0x05c6,0x05c7,
+	0x05c8,0x05c9,0x05ca,0x05cb,0x05cc,0x05cd,0x05ce,0x05cf,
+	0x05d0,0x05d1,0x05d2,0x05d3,0x05d4,0x05d5,0x05d6,0x05d7,
+	0x05d8,0x05d9,0x05da,0x05db,0x05dc,0x05dd,0x05de,0x05df,
+	0x05e0,0x05e1,0x05e2,0x05e3,0x05e4,0x05e5,0x05e6,0x05e7,
+	0x05e8,0x05e9,0x05ea,0x05eb,0x05ec,0x05ed,0x05ee,0x05ef,
+	0x05f0,0x05f1,0x05f2,0x05f3,0x05f4,0x05f5,0x05f6,0x05f7,
+	0x05f8,0x05f9,0x05fa,0x05fb,0x05fc,0x05fd,0x05fe,0x05ff,
+	0x0600,0x0601,0x0602,0x0603,0x0604,0x0605,0x0606,0x0607,
+	0x0608,0x0609,0x060a,0x060b,0x060c,0x060d,0x060e,0x060f,
+	0x0610,0x0611,0x0612,0x0613,0x0614,0x0615,0x0616,0x0617,
+	0x0618,0x0619,0x061a,0x061b,0x061c,0x061d,0x061e,0x061f,
+	0x0620,0x0621,0x0622,0x0623,0x0624,0x0625,0x0626,0x0627,
+	0x0628,0x0629,0x062a,0x062b,0x062c,0x062d,0x062e,0x062f,
+	0x0630,0x0631,0x0632,0x0633,0x0634,0x0635,0x0636,0x0637,
+	0x0638,0x0639,0x063a,0x063b,0x063c,0x063d,0x063e,0x063f,
+	0x0640,0x0641,0x0642,0x0643,0x0644,0x0645,0x0646,0x0647,
+	0x0648,0x0649,0x064a,0x064b,0x064c,0x064d,0x064e,0x064f,
+	0x0650,0x0651,0x0652,0x0653,0x0654,0x0655,0x0656,0x0657,
+	0x0658,0x0659,0x065a,0x065b,0x065c,0x065d,0x065e,0x065f,
+	0x0660,0x0661,0x0662,0x0663,0x0664,0x0665,0x0666,0x0667,
+	0x0668,0x0669,0x066a,0x066b,0x066c,0x066d,0x066e,0x066f,
+	0x0670,0x0671,0x0672,0x0673,0x0674,0x0675,0x0676,0x0677,
+	0x0678,0x0679,0x067a,0x067b,0x067c,0x067d,0x067e,0x067f,
+	0x0680,0x0681,0x0682,0x0683,0x0684,0x0685,0x0686,0x0687,
+	0x0688,0x0689,0x068a,0x068b,0x068c,0x068d,0x068e,0x068f,
+	0x0690,0x0691,0x0692,0x0693,0x0694,0x0695,0x0696,0x0697,
+	0x0698,0x0699,0x069a,0x069b,0x069c,0x069d,0x069e,0x069f,
+	0x06a0,0x06a1,0x06a2,0x06a3,0x06a4,0x06a5,0x06a6,0x06a7,
+	0x06a8,0x06a9,0x06aa,0x06ab,0x06ac,0x06ad,0x06ae,0x06af,
+	0x06b0,0x06b1,0x06b2,0x06b3,0x06b4,0x06b5,0x06b6,0x06b7,
+	0x06b8,0x06b9,0x06ba,0x06bb,0x06bc,0x06bd,0x06be,0x06bf,
+	0x06c0,0x06c1,0x06c2,0x06c3,0x06c4,0x06c5,0x06c6,0x06c7,
+	0x06c8,0x06c9,0x06ca,0x06cb,0x06cc,0x06cd,0x06ce,0x06cf,
+	0x06d0,0x06d1,0x06d2,0x06d3,0x06d4,0x06d5,0x06d6,0x06d7,
+	0x06d8,0x06d9,0x06da,0x06db,0x06dc,0x06dd,0x06de,0x06df,
+	0x06e0,0x06e1,0x06e2,0x06e3,0x06e4,0x06e5,0x06e6,0x06e7,
+	0x06e8,0x06e9,0x06ea,0x06eb,0x06ec,0x06ed,0x06ee,0x06ef,
+	0x06f0,0x06f1,0x06f2,0x06f3,0x06f4,0x06f5,0x06f6,0x06f7,
+	0x06f8,0x06f9,0x06fa,0x06fb,0x06fc,0x06fd,0x06fe,0x06ff,
+	0x0700,0x0701,0x0702,0x0703,0x0704,0x0705,0x0706,0x0707,
+	0x0708,0x0709,0x070a,0x070b,0x070c,0x070d,0x070e,0x070f,
+	0x0710,0x0711,0x0712,0x0713,0x0714,0x0715,0x0716,0x0717,
+	0x0718,0x0719,0x071a,0x071b,0x071c,0x071d,0x071e,0x071f,
+	0x0720,0x0721,0x0722,0x0723,0x0724,0x0725,0x0726,0x0727,
+	0x0728,0x0729,0x072a,0x072b,0x072c,0x072d,0x072e,0x072f,
+	0x0730,0x0731,0x0732,0x0733,0x0734,0x0735,0x0736,0x0737,
+	0x0738,0x0739,0x073a,0x073b,0x073c,0x073d,0x073e,0x073f,
+	0x0740,0x0741,0x0742,0x0743,0x0744,0x0745,0x0746,0x0747,
+	0x0748,0x0749,0x074a,0x074b,0x074c,0x074d,0x074e,0x074f,
+	0x0750,0x0751,0x0752,0x0753,0x0754,0x0755,0x0756,0x0757,
+	0x0758,0x0759,0x075a,0x075b,0x075c,0x075d,0x075e,0x075f,
+	0x0760,0x0761,0x0762,0x0763,0x0764,0x0765,0x0766,0x0767,
+	0x0768,0x0769,0x076a,0x076b,0x076c,0x076d,0x076e,0x076f,
+	0x0770,0x0771,0x0772,0x0773,0x0774,0x0775,0x0776,0x0777,
+	0x0778,0x0779,0x077a,0x077b,0x077c,0x077d,0x077e,0x077f,
+	0x0780,0x0781,0x0782,0x0783,0x0784,0x0785,0x0786,0x0787,
+	0x0788,0x0789,0x078a,0x078b,0x078c,0x078d,0x078e,0x078f,
+	0x0790,0x0791,0x0792,0x0793,0x0794,0x0795,0x0796,0x0797,
+	0x0798,0x0799,0x079a,0x079b,0x079c,0x079d,0x079e,0x079f,
+	0x07a0,0x07a1,0x07a2,0x07a3,0x07a4,0x07a5,0x07a6,0x07a7,
+	0x07a8,0x07a9,0x07aa,0x07ab,0x07ac,0x07ad,0x07ae,0x07af,
+	0x07b0,0x07b1,0x07b2,0x07b3,0x07b4,0x07b5,0x07b6,0x07b7,
+	0x07b8,0x07b9,0x07ba,0x07bb,0x07bc,0x07bd,0x07be,0x07bf,
+	0x07c0,0x07c1,0x07c2,0x07c3,0x07c4,0x07c5,0x07c6,0x07c7,
+	0x07c8,0x07c9,0x07ca,0x07cb,0x07cc,0x07cd,0x07ce,0x07cf,
+	0x07d0,0x07d1,0x07d2,0x07d3,0x07d4,0x07d5,0x07d6,0x07d7,
+	0x07d8,0x07d9,0x07da,0x07db,0x07dc,0x07dd,0x07de,0x07df,
+	0x07e0,0x07e1,0x07e2,0x07e3,0x07e4,0x07e5,0x07e6,0x07e7,
+	0x07e8,0x07e9,0x07ea,0x07eb,0x07ec,0x07ed,0x07ee,0x07ef,
+	0x07f0,0x07f1,0x07f2,0x07f3,0x07f4,0x07f5,0x07f6,0x07f7,
+	0x07f8,0x07f9,0x07fa,0x07fb,0x07fc,0x07fd,0x07fe,0x07ff,
+	0x0800,0x0801,0x0802,0x0803,0x0804,0x0805,0x0806,0x0807,
+	0x0808,0x0809,0x080a,0x080b,0x080c,0x080d,0x080e,0x080f,
+	0x0810,0x0811,0x0812,0x0813,0x0814,0x0815,0x0816,0x0817,
+	0x0818,0x0819,0x081a,0x081b,0x081c,0x081d,0x081e,0x081f,
+	0x0820,0x0821,0x0822,0x0823,0x0824,0x0825,0x0826,0x0827,
+	0x0828,0x0829,0x082a,0x082b,0x082c,0x082d,0x082e,0x082f,
+	0x0830,0x0831,0x0832,0x0833,0x0834,0x0835,0x0836,0x0837,
+	0x0838,0x0839,0x083a,0x083b,0x083c,0x083d,0x083e,0x083f,
+	0x0840,0x0841,0x0842,0x0843,0x0844,0x0845,0x0846,0x0847,
+	0x0848,0x0849,0x084a,0x084b,0x084c,0x084d,0x084e,0x084f,
+	0x0850,0x0851,0x0852,0x0853,0x0854,0x0855,0x0856,0x0857,
+	0x0858,0x0859,0x085a,0x085b,0x085c,0x085d,0x085e,0x085f,
+	0x0860,0x0861,0x0862,0x0863,0x0864,0x0865,0x0866,0x0867,
+	0x0868,0x0869,0x086a,0x086b,0x086c,0x086d,0x086e,0x086f,
+	0x0870,0x0871,0x0872,0x0873,0x0874,0x0875,0x0876,0x0877,
+	0x0878,0x0879,0x087a,0x087b,0x087c,0x087d,0x087e,0x087f,
+	0x0880,0x0881,0x0882,0x0883,0x0884,0x0885,0x0886,0x0887,
+	0x0888,0x0889,0x088a,0x088b,0x088c,0x088d,0x088e,0x088f,
+	0x0890,0x0891,0x0892,0x0893,0x0894,0x0895,0x0896,0x0897,
+	0x0898,0x0899,0x089a,0x089b,0x089c,0x089d,0x089e,0x089f,
+	0x08a0,0x08a1,0x08a2,0x08a3,0x08a4,0x08a5,0x08a6,0x08a7,
+	0x08a8,0x08a9,0x08aa,0x08ab,0x08ac,0x08ad,0x08ae,0x08af,
+	0x08b0,0x08b1,0x08b2,0x08b3,0x08b4,0x08b5,0x08b6,0x08b7,
+	0x08b8,0x08b9,0x08ba,0x08bb,0x08bc,0x08bd,0x08be,0x08bf,
+	0x08c0,0x08c1,0x08c2,0x08c3,0x08c4,0x08c5,0x08c6,0x08c7,
+	0x08c8,0x08c9,0x08ca,0x08cb,0x08cc,0x08cd,0x08ce,0x08cf,
+	0x08d0,0x08d1,0x08d2,0x08d3,0x08d4,0x08d5,0x08d6,0x08d7,
+	0x08d8,0x08d9,0x08da,0x08db,0x08dc,0x08dd,0x08de,0x08df,
+	0x08e0,0x08e1,0x08e2,0x08e3,0x08e4,0x08e5,0x08e6,0x08e7,
+	0x08e8,0x08e9,0x08ea,0x08eb,0x08ec,0x08ed,0x08ee,0x08ef,
+	0x08f0,0x08f1,0x08f2,0x08f3,0x08f4,0x08f5,0x08f6,0x08f7,
+	0x08f8,0x08f9,0x08fa,0x08fb,0x08fc,0x08fd,0x08fe,0x08ff,
+	0x0900,0x0901,0x0902,0x0903,0x0904,0x0905,0x0906,0x0907,
+	0x0908,0x0909,0x090a,0x090b,0x090c,0x090d,0x090e,0x090f,
+	0x0910,0x0911,0x0912,0x0913,0x0914,0x0915,0x0916,0x0917,
+	0x0918,0x0919,0x091a,0x091b,0x091c,0x091d,0x091e,0x091f,
+	0x0920,0x0921,0x0922,0x0923,0x0924,0x0925,0x0926,0x0927,
+	0x0928,0x0929,0x092a,0x092b,0x092c,0x092d,0x092e,0x092f,
+	0x0930,0x0931,0x0932,0x0933,0x0934,0x0935,0x0936,0x0937,
+	0x0938,0x0939,0x093a,0x093b,0x093c,0x093d,0x093e,0x093f,
+	0x0940,0x0941,0x0942,0x0943,0x0944,0x0945,0x0946,0x0947,
+	0x0948,0x0949,0x094a,0x094b,0x094c,0x094d,0x094e,0x094f,
+	0x0950,0x0951,0x0952,0x0953,0x0954,0x0955,0x0956,0x0957,
+	0x0958,0x0959,0x095a,0x095b,0x095c,0x095d,0x095e,0x095f,
+	0x0960,0x0961,0x0962,0x0963,0x0964,0x0965,0x0966,0x0967,
+	0x0968,0x0969,0x096a,0x096b,0x096c,0x096d,0x096e,0x096f,
+	0x0970,0x0971,0x0972,0x0973,0x0974,0x0975,0x0976,0x0977,
+	0x0978,0x0979,0x097a,0x097b,0x097c,0x097d,0x097e,0x097f,
+	0x0980,0x0981,0x0982,0x0983,0x0984,0x0985,0x0986,0x0987,
+	0x0988,0x0989,0x098a,0x098b,0x098c,0x098d,0x098e,0x098f,
+	0x0990,0x0991,0x0992,0x0993,0x0994,0x0995,0x0996,0x0997,
+	0x0998,0x0999,0x099a,0x099b,0x099c,0x099d,0x099e,0x099f,
+	0x09a0,0x09a1,0x09a2,0x09a3,0x09a4,0x09a5,0x09a6,0x09a7,
+	0x09a8,0x09a9,0x09aa,0x09ab,0x09ac,0x09ad,0x09ae,0x09af,
+	0x09b0,0x09b1,0x09b2,0x09b3,0x09b4,0x09b5,0x09b6,0x09b7,
+	0x09b8,0x09b9,0x09ba,0x09bb,0x09bc,0x09bd,0x09be,0x09bf,
+	0x09c0,0x09c1,0x09c2,0x09c3,0x09c4,0x09c5,0x09c6,0x09c7,
+	0x09c8,0x09c9,0x09ca,0x09cb,0x09cc,0x09cd,0x09ce,0x09cf,
+	0x09d0,0x09d1,0x09d2,0x09d3,0x09d4,0x09d5,0x09d6,0x09d7,
+	0x09d8,0x09d9,0x09da,0x09db,0x09dc,0x09dd,0x09de,0x09df,
+	0x09e0,0x09e1,0x09e2,0x09e3,0x09e4,0x09e5,0x09e6,0x09e7,
+	0x09e8,0x09e9,0x09ea,0x09eb,0x09ec,0x09ed,0x09ee,0x09ef,
+	0x09f0,0x09f1,0x09f2,0x09f3,0x09f4,0x09f5,0x09f6,0x09f7,
+	0x09f8,0x09f9,0x09fa,0x09fb,0x09fc,0x09fd,0x09fe,0x09ff,
+	0x0a00,0x0a01,0x0a02,0x0a03,0x0a04,0x0a05,0x0a06,0x0a07,
+	0x0a08,0x0a09,0x0a0a,0x0a0b,0x0a0c,0x0a0d,0x0a0e,0x0a0f,
+	0x0a10,0x0a11,0x0a12,0x0a13,0x0a14,0x0a15,0x0a16,0x0a17,
+	0x0a18,0x0a19,0x0a1a,0x0a1b,0x0a1c,0x0a1d,0x0a1e,0x0a1f,
+	0x0a20,0x0a21,0x0a22,0x0a23,0x0a24,0x0a25,0x0a26,0x0a27,
+	0x0a28,0x0a29,0x0a2a,0x0a2b,0x0a2c,0x0a2d,0x0a2e,0x0a2f,
+	0x0a30,0x0a31,0x0a32,0x0a33,0x0a34,0x0a35,0x0a36,0x0a37,
+	0x0a38,0x0a39,0x0a3a,0x0a3b,0x0a3c,0x0a3d,0x0a3e,0x0a3f,
+	0x0a40,0x0a41,0x0a42,0x0a43,0x0a44,0x0a45,0x0a46,0x0a47,
+	0x0a48,0x0a49,0x0a4a,0x0a4b,0x0a4c,0x0a4d,0x0a4e,0x0a4f,
+	0x0a50,0x0a51,0x0a52,0x0a53,0x0a54,0x0a55,0x0a56,0x0a57,
+	0x0a58,0x0a59,0x0a5a,0x0a5b,0x0a5c,0x0a5d,0x0a5e,0x0a5f,
+	0x0a60,0x0a61,0x0a62,0x0a63,0x0a64,0x0a65,0x0a66,0x0a67,
+	0x0a68,0x0a69,0x0a6a,0x0a6b,0x0a6c,0x0a6d,0x0a6e,0x0a6f,
+	0x0a70,0x0a71,0x0a72,0x0a73,0x0a74,0x0a75,0x0a76,0x0a77,
+	0x0a78,0x0a79,0x0a7a,0x0a7b,0x0a7c,0x0a7d,0x0a7e,0x0a7f,
+	0x0a80,0x0a81,0x0a82,0x0a83,0x0a84,0x0a85,0x0a86,0x0a87,
+	0x0a88,0x0a89,0x0a8a,0x0a8b,0x0a8c,0x0a8d,0x0a8e,0x0a8f,
+	0x0a90,0x0a91,0x0a92,0x0a93,0x0a94,0x0a95,0x0a96,0x0a97,
+	0x0a98,0x0a99,0x0a9a,0x0a9b,0x0a9c,0x0a9d,0x0a9e,0x0a9f,
+	0x0aa0,0x0aa1,0x0aa2,0x0aa3,0x0aa4,0x0aa5,0x0aa6,0x0aa7,
+	0x0aa8,0x0aa9,0x0aaa,0x0aab,0x0aac,0x0aad,0x0aae,0x0aaf,
+	0x0ab0,0x0ab1,0x0ab2,0x0ab3,0x0ab4,0x0ab5,0x0ab6,0x0ab7,
+	0x0ab8,0x0ab9,0x0aba,0x0abb,0x0abc,0x0abd,0x0abe,0x0abf,
+	0x0ac0,0x0ac1,0x0ac2,0x0ac3,0x0ac4,0x0ac5,0x0ac6,0x0ac7,
+	0x0ac8,0x0ac9,0x0aca,0x0acb,0x0acc,0x0acd,0x0ace,0x0acf,
+	0x0ad0,0x0ad1,0x0ad2,0x0ad3,0x0ad4,0x0ad5,0x0ad6,0x0ad7,
+	0x0ad8,0x0ad9,0x0ada,0x0adb,0x0adc,0x0add,0x0ade,0x0adf,
+	0x0ae0,0x0ae1,0x0ae2,0x0ae3,0x0ae4,0x0ae5,0x0ae6,0x0ae7,
+	0x0ae8,0x0ae9,0x0aea,0x0aeb,0x0aec,0x0aed,0x0aee,0x0aef,
+	0x0af0,0x0af1,0x0af2,0x0af3,0x0af4,0x0af5,0x0af6,0x0af7,
+	0x0af8,0x0af9,0x0afa,0x0afb,0x0afc,0x0afd,0x0afe,0x0aff,
+	0x0b00,0x0b01,0x0b02,0x0b03,0x0b04,0x0b05,0x0b06,0x0b07,
+	0x0b08,0x0b09,0x0b0a,0x0b0b,0x0b0c,0x0b0d,0x0b0e,0x0b0f,
+	0x0b10,0x0b11,0x0b12,0x0b13,0x0b14,0x0b15,0x0b16,0x0b17,
+	0x0b18,0x0b19,0x0b1a,0x0b1b,0x0b1c,0x0b1d,0x0b1e,0x0b1f,
+	0x0b20,0x0b21,0x0b22,0x0b23,0x0b24,0x0b25,0x0b26,0x0b27,
+	0x0b28,0x0b29,0x0b2a,0x0b2b,0x0b2c,0x0b2d,0x0b2e,0x0b2f,
+	0x0b30,0x0b31,0x0b32,0x0b33,0x0b34,0x0b35,0x0b36,0x0b37,
+	0x0b38,0x0b39,0x0b3a,0x0b3b,0x0b3c,0x0b3d,0x0b3e,0x0b3f,
+	0x0b40,0x0b41,0x0b42,0x0b43,0x0b44,0x0b45,0x0b46,0x0b47,
+	0x0b48,0x0b49,0x0b4a,0x0b4b,0x0b4c,0x0b4d,0x0b4e,0x0b4f,
+	0x0b50,0x0b51,0x0b52,0x0b53,0x0b54,0x0b55,0x0b56,0x0b57,
+	0x0b58,0x0b59,0x0b5a,0x0b5b,0x0b5c,0x0b5d,0x0b5e,0x0b5f,
+	0x0b60,0x0b61,0x0b62,0x0b63,0x0b64,0x0b65,0x0b66,0x0b67,
+	0x0b68,0x0b69,0x0b6a,0x0b6b,0x0b6c,0x0b6d,0x0b6e,0x0b6f,
+	0x0b70,0x0b71,0x0b72,0x0b73,0x0b74,0x0b75,0x0b76,0x0b77,
+	0x0b78,0x0b79,0x0b7a,0x0b7b,0x0b7c,0x0b7d,0x0b7e,0x0b7f,
+	0x0b80,0x0b81,0x0b82,0x0b83,0x0b84,0x0b85,0x0b86,0x0b87,
+	0x0b88,0x0b89,0x0b8a,0x0b8b,0x0b8c,0x0b8d,0x0b8e,0x0b8f,
+	0x0b90,0x0b91,0x0b92,0x0b93,0x0b94,0x0b95,0x0b96,0x0b97,
+	0x0b98,0x0b99,0x0b9a,0x0b9b,0x0b9c,0x0b9d,0x0b9e,0x0b9f,
+	0x0ba0,0x0ba1,0x0ba2,0x0ba3,0x0ba4,0x0ba5,0x0ba6,0x0ba7,
+	0x0ba8,0x0ba9,0x0baa,0x0bab,0x0bac,0x0bad,0x0bae,0x0baf,
+	0x0bb0,0x0bb1,0x0bb2,0x0bb3,0x0bb4,0x0bb5,0x0bb6,0x0bb7,
+	0x0bb8,0x0bb9,0x0bba,0x0bbb,0x0bbc,0x0bbd,0x0bbe,0x0bbf,
+	0x0bc0,0x0bc1,0x0bc2,0x0bc3,0x0bc4,0x0bc5,0x0bc6,0x0bc7,
+	0x0bc8,0x0bc9,0x0bca,0x0bcb,0x0bcc,0x0bcd,0x0bce,0x0bcf,
+	0x0bd0,0x0bd1,0x0bd2,0x0bd3,0x0bd4,0x0bd5,0x0bd6,0x0bd7,
+	0x0bd8,0x0bd9,0x0bda,0x0bdb,0x0bdc,0x0bdd,0x0bde,0x0bdf,
+	0x0be0,0x0be1,0x0be2,0x0be3,0x0be4,0x0be5,0x0be6,0x0be7,
+	0x0be8,0x0be9,0x0bea,0x0beb,0x0bec,0x0bed,0x0bee,0x0bef,
+	0x0bf0,0x0bf1,0x0bf2,0x0bf3,0x0bf4,0x0bf5,0x0bf6,0x0bf7,
+	0x0bf8,0x0bf9,0x0bfa,0x0bfb,0x0bfc,0x0bfd,0x0bfe,0x0bff,
+	0x0c00,0x0c01,0x0c02,0x0c03,0x0c04,0x0c05,0x0c06,0x0c07,
+	0x0c08,0x0c09,0x0c0a,0x0c0b,0x0c0c,0x0c0d,0x0c0e,0x0c0f,
+	0x0c10,0x0c11,0x0c12,0x0c13,0x0c14,0x0c15,0x0c16,0x0c17,
+	0x0c18,0x0c19,0x0c1a,0x0c1b,0x0c1c,0x0c1d,0x0c1e,0x0c1f,
+	0x0c20,0x0c21,0x0c22,0x0c23,0x0c24,0x0c25,0x0c26,0x0c27,
+	0x0c28,0x0c29,0x0c2a,0x0c2b,0x0c2c,0x0c2d,0x0c2e,0x0c2f,
+	0x0c30,0x0c31,0x0c32,0x0c33,0x0c34,0x0c35,0x0c36,0x0c37,
+	0x0c38,0x0c39,0x0c3a,0x0c3b,0x0c3c,0x0c3d,0x0c3e,0x0c3f,
+	0x0c40,0x0c41,0x0c42,0x0c43,0x0c44,0x0c45,0x0c46,0x0c47,
+	0x0c48,0x0c49,0x0c4a,0x0c4b,0x0c4c,0x0c4d,0x0c4e,0x0c4f,
+	0x0c50,0x0c51,0x0c52,0x0c53,0x0c54,0x0c55,0x0c56,0x0c57,
+	0x0c58,0x0c59,0x0c5a,0x0c5b,0x0c5c,0x0c5d,0x0c5e,0x0c5f,
+	0x0c60,0x0c61,0x0c62,0x0c63,0x0c64,0x0c65,0x0c66,0x0c67,
+	0x0c68,0x0c69,0x0c6a,0x0c6b,0x0c6c,0x0c6d,0x0c6e,0x0c6f,
+	0x0c70,0x0c71,0x0c72,0x0c73,0x0c74,0x0c75,0x0c76,0x0c77,
+	0x0c78,0x0c79,0x0c7a,0x0c7b,0x0c7c,0x0c7d,0x0c7e,0x0c7f,
+	0x0c80,0x0c81,0x0c82,0x0c83,0x0c84,0x0c85,0x0c86,0x0c87,
+	0x0c88,0x0c89,0x0c8a,0x0c8b,0x0c8c,0x0c8d,0x0c8e,0x0c8f,
+	0x0c90,0x0c91,0x0c92,0x0c93,0x0c94,0x0c95,0x0c96,0x0c97,
+	0x0c98,0x0c99,0x0c9a,0x0c9b,0x0c9c,0x0c9d,0x0c9e,0x0c9f,
+	0x0ca0,0x0ca1,0x0ca2,0x0ca3,0x0ca4,0x0ca5,0x0ca6,0x0ca7,
+	0x0ca8,0x0ca9,0x0caa,0x0cab,0x0cac,0x0cad,0x0cae,0x0caf,
+	0x0cb0,0x0cb1,0x0cb2,0x0cb3,0x0cb4,0x0cb5,0x0cb6,0x0cb7,
+	0x0cb8,0x0cb9,0x0cba,0x0cbb,0x0cbc,0x0cbd,0x0cbe,0x0cbf,
+	0x0cc0,0x0cc1,0x0cc2,0x0cc3,0x0cc4,0x0cc5,0x0cc6,0x0cc7,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list