mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 19:24:43 +00:00
Added MacTurkish.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
|
||||
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<ReleaseVersion>1.2.3</ReleaseVersion>
|
||||
<ReleaseVersion>1.2.4</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -29,6 +29,6 @@ Global
|
||||
$2.TabsToSpaces = True
|
||||
$0.CSharpFormattingPolicy = $3
|
||||
$3.scope = text/x-csharp
|
||||
version = 1.2.3
|
||||
version = 1.2.4
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
|
||||
<PackOnBuild>true</PackOnBuild>
|
||||
<PackageId>Claunia.Encoding</PackageId>
|
||||
<PackageVersion>1.2.3</PackageVersion>
|
||||
<PackageVersion>1.2.4</PackageVersion>
|
||||
<Authors>Natalia Portillo</Authors>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<Owners>Natalia Portillo</Owners>
|
||||
@@ -22,8 +22,8 @@
|
||||
<Title>Claunia.Encoding</Title>
|
||||
<Description>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Description>
|
||||
<PackageLicenseUrl>https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT</PackageLicenseUrl>
|
||||
<ReleaseVersion>1.2.3</ReleaseVersion>
|
||||
<PackageReleaseNotes>Added MacHebrew.</PackageReleaseNotes>
|
||||
<ReleaseVersion>1.2.4</ReleaseVersion>
|
||||
<PackageReleaseNotes>Added MacTurkish.</PackageReleaseNotes>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -59,6 +59,7 @@
|
||||
<Compile Include="MacArabic.cs" />
|
||||
<Compile Include="MacFarsi.cs" />
|
||||
<Compile Include="MacHebrew.cs" />
|
||||
<Compile Include="MacTurkish.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\LICENSE.MIT">
|
||||
|
||||
1076
Claunia.Encoding/MacTurkish.cs
Normal file
1076
Claunia.Encoding/MacTurkish.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@
|
||||
|
||||
Library to provide codepage conversion to and from archaic and old computer systems and Unicode.
|
||||
|
||||
Copyright © 2016 Natalia Portillo <claunia@claunia.com>
|
||||
Copyright © 2016-2017 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
Supported encodings
|
||||
==============================
|
||||
@@ -14,6 +14,7 @@ Supported encodings
|
||||
* MacArabic
|
||||
* MacFarsi
|
||||
* MacHebrew
|
||||
* MacTurkish
|
||||
* Sinclair ZX80 character set
|
||||
* Sinclair ZX81 character set
|
||||
* Sinclair ZX Spectrum character set
|
||||
|
||||
Reference in New Issue
Block a user