Added support for MacFarsi.

This commit is contained in:
2017-10-18 19:04:08 +01:00
parent 48bff1514e
commit e3886723a3
5 changed files with 1031 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>1.2.1</ReleaseVersion>
<ReleaseVersion>1.2.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@@ -29,6 +29,6 @@ Global
$2.TabsToSpaces = True
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
version = 1.2.1
version = 1.2.2
EndGlobalSection
EndGlobal

View File

@@ -13,7 +13,7 @@
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
<PackOnBuild>true</PackOnBuild>
<PackageId>Claunia.Encoding</PackageId>
<PackageVersion>1.2.1</PackageVersion>
<PackageVersion>1.2.2</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.1</ReleaseVersion>
<PackageReleaseNotes>Added MacArabic.</PackageReleaseNotes>
<ReleaseVersion>1.2.2</ReleaseVersion>
<PackageReleaseNotes>Added MacFarsi.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -57,6 +57,7 @@
<Compile Include="ZXSpectrum.cs" />
<Compile Include="EncodingInfo.cs" />
<Compile Include="MacArabic.cs" />
<Compile Include="MacFarsi.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.MIT">

1024
Claunia.Encoding/MacFarsi.cs Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -12,6 +12,7 @@ Supported encodings
* Atari ST character set
* Commodore PET Standard Code for Information Interchange (PETSCII)
* MacArabic
* MacFarsi
* Sinclair ZX80 character set
* Sinclair ZX81 character set
* Sinclair ZX Spectrum character set