diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-02-02 23:50:37 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-02-02 23:50:37 +0000 |
| commit | ecc9caba0e344ed50c05ee8156b2734f4d76e463 (patch) | |
| tree | 342a43730017a404cf8b24579996dfee3e6db9bb /lib | |
| parent | 556f8a312ed1b20f8ff25c104928646828e8b05c (diff) | |
last update for 20070202
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/convcs/charsets | 18 | ||||
| -rw-r--r-- | lib/proto/inferno | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/convcs/charsets b/lib/convcs/charsets index c76d90f5..7593c443 100644 --- a/lib/convcs/charsets +++ b/lib/convcs/charsets @@ -121,6 +121,24 @@ utf-8= stob=/dis/lib/convcs/utf8_stob.dis btos=/dis/lib/convcs/utf8_btos.dis +utf16=utf-16 +utf-16= + desc='Unicode UTF-16' + btos=/dis/lib/convcs/utf16_btos.dis + stob=/dis/lib/convcs/utf16_stob.dis + +utf16le=utf-16le +utf-16le= + desc='Unicode UTF-16 little endian' + btos=/dis/lib/convcs/utf16_btos.dis arg=le + stob=/dis/lib/convcs/utf16_stob.dis arg=le + +utf16be=utf-16be +utf-16be= + desc='Unicode UTF-16 big endian' + btos=/dis/lib/convcs/utf16_btos.dis arg=be + stob=/dis/lib/convcs/utf16_stob.dis arg=be + # UTF-7 #utf-7= # desc='Unicode UTF-7' diff --git a/lib/proto/inferno b/lib/proto/inferno index 01eb8deb..43bfafd1 100644 --- a/lib/proto/inferno +++ b/lib/proto/inferno @@ -885,6 +885,8 @@ appl mkfile utf8_btos.b utf8_stob.b + utf16_btos.b + utf16_stob.b windows-1250.b windows-1251.b windows-1252.b |
