Lotus Multi-Byte Character Set
The Lotus Multi-Byte Character Set is a proprietary multi-byte character encoding originally conceived in 1988 at Lotus Development Corporation with input from Bob Balaban and others. Created around the same time and addressing some of the same problems, LMBCS could be viewed as parallel development and possible alternative to Unicode. For maximum compatibility, later issues of LMBCS incorporate UTF-16 as a subset.
Commercially, LMBCS was first introduced as the default character set of Lotus 1-2-3 Release 3 for DOS in March 1989 and Lotus 1-2-3/G Release 1 for OS/2 in 1990 replacing the 8-bit Lotus International Character Set and ASCII used in earlier DOS-only versions of Lotus 1-2-3 and Symphony. LMBCS is also used in IBM/Lotus SmartSuite, Notes and Domino, as well as in a number of third-party products.
LMBCS encodes the characters required for languages using the Latin, Arabic, Hebrew, Greek and Cyrillic scripts, the Thai, Chinese, Japanese and Korean writing systems, and technical symbols.
Encodings
Technically, LMBCS is a lead-byte encoding where code point 00hex as well as code points 20hex to 7Fhex are identical to ASCII.Code point 00hex is always treated as NUL character to ensure maximum code compatibility with existing software libraries dealing with null-terminated strings in many programming languages such as C. This applies even to the UTF-16be codes, where code words with the form xx00hex are mapped to private-use codes with the form F6xxhex during encoding in order to avoid the use of NUL bytes, and to escaped control characters, where 20hex is added to the C0 control characters following the 0Fhex lead byte.
Code points 01hex to 1Fhex, which serve as control codes in ASCII, are used as lead bytes to switch the definition of code points above 7Fhex between several code groups and at the same time determine either a single- or multi-byte nature for the corresponding code group.
For example, code group 1 is almost identical to the SBCS code page 850, whereas code group 16 is similar to the Japanese MBCS code page 932. Multi-byte characters can thus occupy two or three bytes.
In canonical LMBCS, each character starts with its group byte.
To reduce the length, in optimized or compressed LMBCS a default code group or optimization group code can be defined on a per application or process basis and must be communicated to the interpreting code in some way. Thereby, the group byte can be omitted for these characters. Lotus 1-2-3 retrieves the optimization group code from the file header of the corresponding source file, whereas for Lotus Notes the optimization group code is fixed to be always 01hex.
Default | Group | Bytes | Description |
N/A | 00hex | 1 | NUL |
LMBCS-1 | 01hex | 2 | Code page 850 |
LMBCS-2 | 02hex | 2 | Code page 851 |
LMBCS-3 | 03hex | 2 | Code page 1255 |
LMBCS-4 | 04hex | 2 | Code page 1256 |
LMBCS-5 | 05hex | 2 | Code page 1251 |
LMBCS-6 | 06hex | 2 | Code page 852 |
N/A | 07hex | 1 | BEL |
LMBCS-8 | 08hex | 2 | Code page 1254 |
N/A | 09hex | 1 | TAB |
N/A | 0Ahex | 1 | LF |
LMBCS-11 | 0Bhex | 2 | Code page 874 |
0Chex | 2 | Reserved | |
N/A | 0Dhex | 1 | CR |
0Ehex | 2 | Reserved | |
0Fhex | 2 | Remapped C0/C1 control codes | |
LMBCS-16 | 10hex | 3 | Code page 932/943 |
LMBCS-17 | 11hex | 3 | Code page 949/1261 |
LMBCS-18 | 12hex | 3 | Code page 950 |
LMBCS-19 | 13hex | 3 | Code page 936/1386 |
14hex | 3 | UTF-16 | |
N/A | 15hex | 3 | Reserved |
N/A | 16hex | 3 | Reserved |
N/A | 17hex | 3 | Reserved |
N/A | 18hex | 3 | Reserved |
N/A | 19hex | 1 | Lotus 1-2-3 system range |
N/A | 1Ahex | 3 | Reserved |
N/A | 1Bhex | 3 | Reserved |
N/A | 1Chex | 3 | Reserved |
N/A | 1Dhex | 3 | Reserved |
N/A | 1Ehex | 3 | Reserved |
N/A | 1Fhex | 3 | Reserved |