Added MacUkrainian.

This commit is contained in:
2017-10-19 00:53:14 +01:00
parent 159bfb697d
commit 68d8af6750
6 changed files with 1085 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>1.2.8</ReleaseVersion>
<ReleaseVersion>1.2.8.1</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.8
version = 1.2.8.1
EndGlobalSection
EndGlobal

View File

@@ -13,7 +13,7 @@
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
<PackOnBuild>true</PackOnBuild>
<PackageId>Claunia.Encoding</PackageId>
<PackageVersion>1.2.8</PackageVersion>
<PackageVersion>1.2.8.1</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.8</ReleaseVersion>
<PackageReleaseNotes>Added MacCyrillic.</PackageReleaseNotes>
<ReleaseVersion>1.2.8.1</ReleaseVersion>
<PackageReleaseNotes>Added MacUkrainian.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -64,6 +64,7 @@
<Compile Include="MacCroatian.cs" />
<Compile Include="MacCentralEuropean.cs" />
<Compile Include="MacCyrillic.cs" />
<Compile Include="MacUkrainian.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.MIT">

View File

@@ -512,11 +512,11 @@ namespace Claunia.Encoding
// 0x98
'\u0428','\u0429','\u042A','\u042B','\u042C','\u042D','\u042E','\u042F',
// 0xA0
'\u2020','\u00B0','\u0490','\u00A3','\u00A7','\u2022','\u00B6','\u0406',
'\u2020','\u00B0','\u00A2','\u00A3','\u00A7','\u2022','\u00B6','\u0406',
// 0xA8
'\u00AE','\u00A9','\u2122','\u0402','\u0452','\u2260','\u0403','\u0453',
// 0xB0
'\u221E','\u00B1','\u2264','\u2265','\u0456','\u00B5','\u0491','\u0408',
'\u221E','\u00B1','\u2264','\u2265','\u0456','\u00B5','\u2202','\u0408',
// 0xB8
'\u0404','\u0454','\u0407','\u0457','\u0409','\u0459','\u040A','\u045A',
// 0xC0

File diff suppressed because it is too large Load Diff

View File

@@ -19,6 +19,7 @@ Supported encodings
* MacGreek
* MacHebrew
* MacTurkish
* MacUkrainian
* Sinclair ZX80 character set
* Sinclair ZX81 character set
* Sinclair ZX Spectrum character set