mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 19:24:43 +00:00
Added MacRoman.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
|
<RootNamespace>Claunia.Encoding.Tests</RootNamespace>
|
||||||
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
|
<AssemblyName>Claunia.Encoding.Tests</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
<ReleaseVersion>1.2.8.1</ReleaseVersion>
|
<ReleaseVersion>1.2.9</ReleaseVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
|||||||
@@ -29,6 +29,6 @@ Global
|
|||||||
$2.TabsToSpaces = True
|
$2.TabsToSpaces = True
|
||||||
$0.CSharpFormattingPolicy = $3
|
$0.CSharpFormattingPolicy = $3
|
||||||
$3.scope = text/x-csharp
|
$3.scope = text/x-csharp
|
||||||
version = 1.2.8.1
|
version = 1.2.9
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
|
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
|
||||||
<PackOnBuild>true</PackOnBuild>
|
<PackOnBuild>true</PackOnBuild>
|
||||||
<PackageId>Claunia.Encoding</PackageId>
|
<PackageId>Claunia.Encoding</PackageId>
|
||||||
<PackageVersion>1.2.8.1</PackageVersion>
|
<PackageVersion>1.2.9</PackageVersion>
|
||||||
<Authors>Natalia Portillo</Authors>
|
<Authors>Natalia Portillo</Authors>
|
||||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||||
<Owners>Natalia Portillo</Owners>
|
<Owners>Natalia Portillo</Owners>
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
<Title>Claunia.Encoding</Title>
|
<Title>Claunia.Encoding</Title>
|
||||||
<Description>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Description>
|
<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>
|
<PackageLicenseUrl>https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT</PackageLicenseUrl>
|
||||||
<ReleaseVersion>1.2.8.1</ReleaseVersion>
|
<ReleaseVersion>1.2.9</ReleaseVersion>
|
||||||
<PackageReleaseNotes>Added MacUkrainian.</PackageReleaseNotes>
|
<PackageReleaseNotes>Added MacRoman.</PackageReleaseNotes>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@@ -65,6 +65,7 @@
|
|||||||
<Compile Include="MacCentralEuropean.cs" />
|
<Compile Include="MacCentralEuropean.cs" />
|
||||||
<Compile Include="MacCyrillic.cs" />
|
<Compile Include="MacCyrillic.cs" />
|
||||||
<Compile Include="MacUkrainian.cs" />
|
<Compile Include="MacUkrainian.cs" />
|
||||||
|
<Compile Include="MacRoman.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="..\LICENSE.MIT">
|
<EmbeddedResource Include="..\LICENSE.MIT">
|
||||||
|
|||||||
1077
Claunia.Encoding/MacRoman.cs
Normal file
1077
Claunia.Encoding/MacRoman.cs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user