freebsd-dev/share/i18n/csmapper/KOI/UCS%KOI8-E.src
Gabor Kovesdan ad30f8e79b Add the BSD-licensed Citrus iconv to the base system with default off
setting. It can be built by setting the WITH_ICONV knob. While this
knob is unset, the library part, the binaries, the header file and
the metadata files will not be built or installed so it makes no impact
on the system if left turned off.

This work is based on the iconv implementation in NetBSD but a great
number of improvements and feature additions have been included:

- Some utilities have been added. There is a conversion table generator,
  which can compare conversion tables to reference data generated by
  GNU libiconv. This helps ensuring conversion compatibility.
- UTF-16 surrogate support and some endianness issues have been fixed.
- The rather chaotic Makefiles to build metadata have been refactored
  and cleaned up, now it is easy to read and it is also easier to add
  support for new encodings.
- A bunch of new encodings and encoding aliases have been added.
- Support for 1->2, 1->3 and 1->4 mappings, which is needed for
  transliterating with flying accents as GNU does, like "u.
- Lots of warnings have been fixed, the major part of the code is
  now WARNS=6 clean.
- New section 1 and section 5 manual pages have been added.
- Some GNU-specific calls have been implemented:
  iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into()
- Support for GNU's //IGNORE suffix has been added.
- The "-" argument for stdin is now recognized in iconv(1) as per POSIX.
- The Big5 conversion module has been fixed.
- The iconv.h header files is supposed to be compatible with the
  GNU version, i.e. sources should build with base iconv.h and
  GNU libiconv. It also includes a macro magic to deal with the
  char ** and const char ** incompatibility.
- GNU compatibility: "" or "char" means the current local
  encoding in use
- Various cleanups and style(9) fixes.

Approved by:	delphij (mentor)
Obtained from:	The NetBSD Project
Sponsored by:	Google Summer of Code 2009
2011-02-25 00:04:39 +00:00

56 lines
1.9 KiB
Plaintext

# $FreeBSD$
# $NetBSD: UCS%KOI8-E.src,v 1.2 2007/03/07 15:12:41 tnozaki Exp $
TYPE ROWCOL
NAME "UCS/KOI8-E"
SRC_ZONE 0x0000-0x2116
OOB_MODE INVALID
DST_INVALID 0x100
DST_UNIT_BITS 16
BEGIN_MAP
#
# this table is generated from:
#
# ISO-IR-111
# http://www.itscj.ipsj.or.jp/ISO-IR/111.pdf
# Unicode 4.1
# http://www.unicode.org/charts/PDF/U0080.pdf
# http://www.unicode.org/charts/PDF/U0400.pdf
# http://www.unicode.org/charts/PDF/U2100.pdf
#
0x0000 - 0x00A0 = 0x00 -
0x00A4 = 0xBD # CURRENCY SIGN
0x00AD = 0xAD # SOFT HYPHEN
0x0401 = 0xB3 # CYRILLIC CAPITAL LETTER IO
0x0402 = 0xB1 # CYRILLIC CAPITAL LETTER DJE
0x0403 = 0xB2 # CYRILLIC CAPITAL LETTER GJE
0x0404 = 0xB4 # CYRILLIC CAPITAL LETTER UKRAINIAN IE
0x0405 = 0xB5 # CYRILLIC CAPITAL LETTER DZE
0x0406 = 0xB6 # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
0x0407 = 0xB7 # CYRILLIC CAPITAL LETTER YI
0x0408 = 0xB8 # CYRILLIC CAPITAL LETTER JE
0x0409 = 0xB9 # CYRILLIC CAPITAL LETTER LJE
0x040A = 0xBA # CYRILLIC CAPITAL LETTER NJE
0x040B = 0xBB # CYRILLIC CAPITAL LETTER TSHE
0x040C = 0xBC # CYRILLIC CAPITAL LETTER KJE
0x040E = 0xBE # CYRILLIC CAPITAL LETTER SHORT U
0x040F = 0xBF # CYRILLIC SMALL LETTER DZHE
0x042A = 0xFF # CYRILLIC CAPITAL LETTER HARD SIGN
0x0451 = 0xA3 # CYRILLIC SMALL LETTER IO
0x0452 = 0xA1 # CYRILLIC SMALL LETTER DJE
0x0453 = 0xA2 # CYRILLIC SMALL LETTER GJE
0x0454 = 0xA4 # CYRILLIC SMALL LETTER UKRAINIAN IE
0x0455 = 0xA5 # CYRILLIC SMALL LETTER DZE
0x0456 = 0xA6 # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
0x0457 = 0xA7 # CYRILLIC SMALL LETTER YI
0x0458 = 0xA8 # CYRILLIC SMALL LETTER JE
0x0459 = 0xA9 # CYRILLIC SMALL LETTER LJE
0x045A = 0xAA # CYRILLIC SMALL LETTER NJE
0x045B = 0xAB # CYRILLIC SMALL LETTER TSHE
0x045C = 0xAC # CYRILLIC SMALL LETTER KJE
0x045E = 0xAE # CYRILLIC SMALL LETTER SHORT U
0x045F = 0xAF # CYRILLIC SMALL LETTER DZHE
0x2116 = 0xB0 # NUMERO SIGN
END_MAP