Character conversion tool

Post Reply
User avatar
Optilon
Site Admin
Posts: 50
Joined: Mon Aug 31, 2020 8:36 am

Character conversion tool

Post by Optilon »

Many thanks @Desdaemon for the creation of a powershell-script to convert characters. Any character conversion is possible.

I will attach a script for all languages (in the respective threads) that need special character conversion (e.g. when they are using a unique IME).

I modified the script to convert uppercase letters to lowercase letters:
https://drive.google.com/file/d/1Qg9iHS ... sp=sharing

How to use the script?
It's a powershell script. On Debian-based distributions:

Code: Select all

sudo snap install powershell

Code: Select all

pwsh

Code: Select all

./convertcapital.ps1 SOURCEFILE.txt
Post Reply