Lines Matching refs:be
91 of a CES and form some encoding. Thus, CES may be considered as a
92 function of CCS which produces some encoding. Note, that CES may be
97 Thus, an encoding may be considered as one or more CCS + CES.
751 The Newlib iconv library uses the fact that any encoding may be
759 the EUC-TW encoding. The big5 encoding may be decomposed to the ASCII and BIG5
760 CCS-es plus the BIG5 CES. EUC-TW may be decomposed on the CNS11643_PLANE1, CNS11643_PLANE2,
806 but instead, we want to be able to load the needed converters and tables
808 a PC, but it may be very problematical within "small" embedded systems.
819 therefore, all the CES converters which will ever be used must be linked into
821 implemented in the Newlib iconv library. It may be enabled via the Newlib
839 be included) thus, saving some memory (note, that such technique allows to
840 exclude one half of a CCS table from linking which may be big enough).
847 CCS tables may be 1.5 to 2 times less then the speed-optimized ones. On the
851 Its worth to stress that the new encoding support can't be
856 means of just adding new .cct file, may be easily added).
859 Theoretically, the compiled-in CCS tables should be more appropriate for
860 …y loaded CCS tables. This is because the compiled-in tables are read-only and can be placed in ROM
865 koi8-r .cct file will be loaded (actually, iconv loads only the needed part
866 of these files). On the other hand, in the case of compiled-in CCS tables, there will always be on…
879 script option should be used. This option accepts a comma-separated list
880 of @emph{encodings} that should be enabled. The option enables each encoding in both
894 code and data will be linked) is to configure Newlib with the following
910 configure script option, but it isn't so optimal since there will be
921 tables will be linked or, if the
929 Thus, the NLSPATH environment variable should be set.
944 is used) both name or aliases may be used. The same is when encoding
948 Names and aliases may be specified in any case (small or capital
971 subdirectory. The CCS tables for any CCS may be kept in two forms - in the binary form
986 CCS tables may be 8- or 16-bit wide. 8-bit CCS tables map 8-bit CCS to
989 8-bit tables are small (in size) while 16-bit tables may be big enough.
990 Because of this, 16-bit CCS tables may be
1016 less then 0xFFFF code maps and this fact may be exploited to reduce
1063 If the "UCS-2 -> CCS" mapping has big enough gaps, some blocks will be
1064 absent and there will be less then 256 blocks.
1243 source files see one of them using URL-s which will be given bellow.
1353 should be added.
1499 be unique and only one name is possible.
1523 and @emph{us_ascii} CES converters should be linked if the @emph{euc}
1583 the set of CES converters which should be enabled if only the set of
1614 At first, the new encoding should be broken down to CCS and CES. Then,
1620 file should be had and the 'mktbl.pl' script should be used.
1633 Of course, the 'Makefile.am'-s should also be updated (if new files were
1634 added) and the 'Makefile.in'-s should be regenerated using the correct
1644 the Newlib iconv library code should be upgraded.
1706 Any questions regarding the iconv library may be forwarded to