Kostis Netzwerkberatung
Konstantinos Kostis
Talstr. 25, D-63322 Rödermark
Tel. +49 6074 881056, FAX 881058
kosta@kostis.net (Kosta
Kostis)
http://www.kostis.net/
V1.00 2001-03-30 KK
converts between GSM 03.38 character encoding (7-bit) used for SMS messages and UTF-8.
gsm0338 does not change line separators. If your source file is in MS-DOS format (\r\n) it will stay that way and if it is in Unix format (\n) it will also not be touched in that manner.
Be careful when trying to convert files encoded in GSM 03.38 from Unix to MS-DOS format since the code sequence <esc>\n must not be expanded to <esc>\r\n
gsm0338 <src >dst [-u] [-r] [-n]
-n no buffering
-u output UCS2 instead of UTF-8
-r reverse conversion (default is from GSM 03.38 to UTF-8)
rem convert from GSM 03.38 to UTF-8
gsm0338 <src >dst
rem convert from UCS2 to GSM 03.38
gsm0338 <src >dst -u -r
Any OS equipped with a Standard C compiler.
Copyright © 2001 by Kostis Netzwerkberatung
Talstr. 25, D-63322 Rödermark, Tel. +49 6074 881056, FAX 881058
kosta@kostis.net (Kosta Kostis), http://www.kostis.net/
You may use this program free of charge at your own risk.