This a PowerShell port of the unidecode project.
...
To install all dependencies simply run the following command in an elevated shell.
.\build.ps1 -Bootstrap -NoBuild
...
.\build.ps1 -Task Test
...
.\build.ps1 -LocalDeploy
Import-Module PSUnidecode
- Torben Soennecken