tosoikea / PSUnidecode

Convert any Unicode data (string) to its ASCII equivalent.

Home Page:https://www.powershellgallery.com/packages/PSUnidecode/1.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSUnidecode

This a PowerShell port of the unidecode project.

Getting Started

...

Prerequisites

To install all dependencies simply run the following command in an elevated shell.

.\build.ps1 -Bootstrap -NoBuild

Installing

...

Running the tests

.\build.ps1 -Task Test

Deployment

...

Built With

.\build.ps1 -LocalDeploy
Import-Module PSUnidecode

Authors

  • Torben Soennecken

About

Convert any Unicode data (string) to its ASCII equivalent.

https://www.powershellgallery.com/packages/PSUnidecode/1.0.0

License:MIT License


Languages

Language:PowerShell 100.0%