Skip to content

Commit 08800d0

Browse files
authored
Update Remove-Accents-using-Cyrillic.ps1
1 parent 668cb5c commit 08800d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

encoding/Remove-Accents-using-Cyrillic.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ function RemoveAccents {
55
.notes
66
warning: this is a simple method, but does remove non-accented characters that weren't encodable
77
it's a single-byte encoding
8+
.links
9+
https://en.wikipedia.org/wiki/Windows-1251
810
#>
911
param( [string] $Text )
1012
$enc = [Text.Encoding]::GetEncoding('iso-8859-5')

0 commit comments

Comments
 (0)