|
How to do things AI Noob vs. Pro
List biggest files Free Open Source: Swiss File Knifea command line
Depeche View
command line
free external tools,
cpp sources
articles |
sfk atow [-tofile out.txt]
convert 8-bit Ansi codepage text to UCS-2
16-bit character binary data.
options
-codes print character codes
-be big endian output
-nobom write no BOM header
-i read from stdin
-codepage=n change codepage.
more under: sfk listcodes
command chaining support
uses text from a previous command.
aliases
sfk ansitoucs same as atow
see also
sfk wtoa wide chars to Ansi
sfk utow UTF-8 to wide chars
examples
sfk load in.txt +atow -tofile out.txt
load 8-bit Ansi text from in.txt
and write wide char data to out.txt
sfk atow in.txt +hexdump
show a hexdump of ucs output.
sfk atow [-tofile out.txt]
convert 8-bit Ansi codepage text to UCS-2
16-bit character binary data.
options
-codes print character codes
-be big endian output
-nobom write no BOM header
-i read from stdin
-codepage=n change codepage.
more under: sfk listcodes
command chaining support
uses text from a previous command.
aliases
sfk ansitoucs same as atow
see also
sfk wtoa wide chars to Ansi
sfk utow UTF-8 to wide chars
examples
sfk load in.txt +atow -tofile out.txt
load 8-bit Ansi text from in.txt
and write wide char data to out.txt
sfk atow in.txt +hexdump
show a hexdump of ucs output.
you are viewing this page in mobile portrait mode with a limited layout. turn your device right, use a desktop browser or buy the sfk e-book for improved reading. sfk is a free open-source tool, running instantly without installation efforts. no DLL's, no registry changes - just get sfk.exe from the zip package and use it (binaries for windows, linux and mac are included).
|


