UNIENCODE
Simple Unicode Command Line Encoder
HOWTO enocde unicode code points
Background
I was to encode a few unicode code-points, preferable from the command line, but could not find a simple windows command line tool to do the job.
uniencode.exe
Example
uniencode "TEST-\u{41}\x{42}U+{43}DE"
- Outputs TEST-ABCDE
Download and go
- get UNIENCODE
uniencode.zip
(Win32)
- Extract the uniencode.exe (1 file) place it whereever and run (from command line) ..
- Install uniencode with chocolatey package manager:
choco install uniencode -s http://chocolatey.commercior.com/chocolatey
- Update uniencode with:
choco upgrade uniencode -s http://chocolatey.commercior.com/chocolatey
Versions
- 2014-jan-12, version 1.0
- on the web for download (first version only to UTF-8)
More info
More info/questions from:
Subject: UNIENCODE
Keywords: unicode,utf8,utf-8,code,points,cmdline,windows,tool,utility