summaryrefslogtreecommitdiffstats
path: root/source/codepages
Commit message (Collapse)AuthorAgeFilesLines
* r39: * importing .cvsignore filesGerald Carter2007-10-101-0/+0
| | | | * updateing WHATSNEW with vl's change
* removed old unused filesAndrew Tridgell2001-10-031-10617/+0
|
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-033-0/+0
| | | | | | | | | | | | | | | | | | | | | | for unicode strings. The new method relies on 3 files that are mmap'd at startup to provide the mapping tables. The upcase.dat and lowcase.dat tables should be the same on all systems. The valid.dat table says what characters are valid in 8.3 names, and differs between systems. I'm committing the japanese valid.dat here, in future we need some way of automatically installing and choosing a appropriate table. This commit also adds my mini tdb based gettext replacement in intl/lang_tdb.c. I have not enabled this yet and have not removed the old gettext code as the new code is still being looked at by Monyo. Right now the code assumes that the upcase.dat, lowcase.dat and valid.dat files are installed in the Samba lib directory. That is not a good choice, but I'll leave them there until we work out the new install directory structure for Samba 3.0. simo - please look at the isvalid_w() function and think about using it in your new mangling code. That should be the final step to correctly passing the chargen test code from monyo.
* we don't need the codepage sources any moreAndrew Tridgell2001-07-0420-65250/+0
|
* we don't need the codepages any moreAndrew Tridgell2001-07-0413-872/+0
|
* Update from Toomas Soome <tsoome@ut.ee>.Jeremy Allison2001-05-161-67/+67
| | | | Jeremy.
* Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plusJeremy Allison2001-02-271-70/+69
| | | | | a solaris quota update fix. Jeremy.
* Update to Baltic codepage support.Tim Potter2001-02-141-1/+1
|
* Added Baltic codepage support. From Toomas Soome <tsoome@ut.ee>Tim Potter2001-02-023-0/+732
|
* Codepages and stuff for Turkish language support. Contributed byTim Potter2001-01-073-0/+550
| | | | Deniz Akkus <akkus@alum.mit.edu>
* Hmmm - unicode codepages need adding to HEAD. Thought that'd been done ?Jeremy Allison2000-04-0315-0/+64024
| | | | Jeremy.
* Added new codepage from Ded Marazm <DedMarazm@mail.lv> - MSDOS baltic rim.Jeremy Allison2000-03-011-0/+117
| | | | Jeremy.
* Fixes for Eastern Europe code page.Jeremy Allison2000-02-181-0/+1
| | | | Jeremy.
* Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison2000-02-071-0/+56
| | | | | Code from Don Badrak <dbadrak@census.gov> Jeremy.
* Unicode upper <--> lower character map. Needed for wisXXX functions.Jeremy Allison1999-12-231-0/+10617
| | | | Jeremy.
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+0
|
* codepages/codepage_def.936: Updated comment.Jeremy Allison1998-11-071-1/+1
| | | | | | | | | param/loadparm.c: Removed "networkstation user login", "domain controller", and "domain sid" parameters. passdb/passdb.c: Removed "networkstation user login" code and changed bug test code to only check once for a bad password server. This will stop the complaints of many "bad login" audit records in NT PDC logs. utils/smbpasswd.c: Removed check for "domain controller". Jeremy.
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
|
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
| | | | | dummy.in files are no longer needed, and new directories will be taken care of automatically, at configure (or config.status --recheck) time
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
| | | | fix problems in builds with srcdir!=builddir
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+1
|
* these dummy files are needed for autoconf processingAndrew Tridgell1998-08-091-0/+0
|
* Adding Greek and Icelandic codepages from :Jeremy Allison1998-05-292-0/+193
| | | | | | | | | Manousaridis Haris <genesis@the.forthnet.gr> and Magnús Gíslason <magnus@hi.is> respectively. Jeremy.
* Added codepage 936 (simplified Chineses).Jeremy Allison1998-04-091-0/+24
| | | | | | | | | | | In doing so I realized that much code was being duplicated between Hangul, Big5 and Simplified Chinese - so I re-arranged kanji.[ch] to go through generic functions for all multibyte characters that can be identified by a single code range (not Kanji - but all the others). Jeremy.
* Adding Korean and Traditional Chinese codepage support.Jeremy Allison1998-03-042-0/+48
| | | | Jeremy.
* Adding new codepage file.Jeremy Allison1998-01-161-0/+168
| | | | Jeremy.
* Adding codepage definition files and codepage file compiler/decompiler.Jeremy Allison1997-08-304-0/+211
Adding install/uninstall scripts for compiled codepage files. Preparing for dynamic codepage loading. Jeremy (jallison@whistle.com)