Add C# port, from Alexander Gnauck <gnauck@ag-software.de>.
commit99bd0720676fce09769bb5761c83d025460192e4
authorSimon Josefsson <simon@josefsson.org>
Thu, 1 Dec 2005 21:44:51 +0000 (1 21:44 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 1 Dec 2005 21:44:51 +0000 (1 21:44 +0000)
treeafd955cab5c37cc7fa49b325214fb4b262b7eed5
parentadecad4ea9a1a12f8e915629a93942316936ac9c
Add C# port, from Alexander Gnauck <gnauck@ag-software.de>.
13 files changed:
csharp/AssemblyInfo.cs [new file with mode: 0644]
csharp/CombiningClass.cs [new file with mode: 0644]
csharp/Composition.cs [new file with mode: 0644]
csharp/DecompositionKeys.cs [new file with mode: 0644]
csharp/DecompositionMappings.cs [new file with mode: 0644]
csharp/IDNA.cs [new file with mode: 0644]
csharp/IDNAException.cs [new file with mode: 0644]
csharp/NFKC.cs [new file with mode: 0644]
csharp/Punycode.cs [new file with mode: 0644]
csharp/PunycodeException.cs [new file with mode: 0644]
csharp/RFC3454.cs [new file with mode: 0644]
csharp/Stringprep.cs [new file with mode: 0644]
csharp/StringprepException.cs [new file with mode: 0644]