summaryrefslogtreecommitdiff
path: root/source3/codepages
AgeCommit message (Collapse)AuthorFilesLines
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
(This used to be commit 687f76a17d6d3ebd33b4d9a848deef56f3c1f56a)
1998-08-09these dummy files are needed for autoconf processingAndrew Tridgell1-0/+0
(This used to be commit be762dc3de6c1ef768790522dfe93007a61ce5d7)
1998-05-29Adding Greek and Icelandic codepages from :Jeremy Allison2-0/+193
Manousaridis Haris <genesis@the.forthnet.gr> and Magnús Gíslason <magnus@hi.is> respectively. Jeremy. (This used to be commit 583aeaf350ede4ea3e28124b8d66ab0d335656d9)
1998-04-09Added codepage 936 (simplified Chineses).Jeremy Allison1-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. (This used to be commit b6c965c396eb3d4f0e6dfd863e70b28390c59f66)
1998-03-04Adding Korean and Traditional Chinese codepage support.Jeremy Allison2-0/+48
Jeremy. (This used to be commit 2df47cf1bb3428fbaa8dcf45ec114ec3aaafae57)
1998-01-16Adding new codepage file.Jeremy Allison1-0/+168
Jeremy. (This used to be commit 91155265db1f0916716bf8da10bfda4e11124c55)
1997-08-30Adding codepage definition files and codepage file compiler/decompiler.Jeremy Allison4-0/+211
Adding install/uninstall scripts for compiled codepage files. Preparing for dynamic codepage loading. Jeremy (jallison@whistle.com) (This used to be commit e3fc9533bd87d0d520e3dac98261e42370907b11)