We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668cb5c commit 08800d0Copy full SHA for 08800d0
encoding/Remove-Accents-using-Cyrillic.ps1
@@ -5,6 +5,8 @@ function RemoveAccents {
5
.notes
6
warning: this is a simple method, but does remove non-accented characters that weren't encodable
7
it's a single-byte encoding
8
+ .links
9
+ https://en.wikipedia.org/wiki/Windows-1251
10
#>
11
param( [string] $Text )
12
$enc = [Text.Encoding]::GetEncoding('iso-8859-5')
0 commit comments