4.4BSD/usr/share/man/cat4/euc.0

Compare this file to the similar file:
Show the results in this format:

EUC(4)                      BSD Programmer's Manual                     EUC(4)

NNAAMMEE
     EEUUCC - EUC encoding of runes

SSYYNNOOPPSSIISS
     EENNCCOODDIINNGG ""EEUUCC""
     VVAARRIIAABBLLEE _l_e_n_1 _m_a_s_k_1 _l_e_n_2 _m_a_s_k_2 _l_e_n_3 _m_a_s_k_3 _l_e_n_4 _m_a_s_k_4 _m_a_s_k

DDEESSCCRRIIPPTTIIOONN
     The EEUUCC encoding is provided for compatibility with UNIX based systems.
     See mklocale(1) for a complete description of the LC_CTYPE source file
     format.

     EEUUCC implements a system of 4 multibyte codesets.  A multibyte character
     in the first codeset consists of _l_e_n_1 bytes starting with a byte in the
     range of 0x00 to 0x7f.  To allow use of ASCII, _l_e_n_1 is always 1.  A
     multibyte character in the second codeset consists of _l_e_n_2 bytes starting
     with a byte in the range of 0x80-0xff excluding 0x8e and 0x8f.  A multi-
     byte character in the third codeset consists of _l_e_n_3 bytes starting with
     the byte 0x8e.  A multibyte character in the fourth codeset consists of
     _l_e_n_4 bytes starting with the byte 0x8f.

     The rune_t encoding of EEUUCC multibyte characters is dependent on the _l_e_n
     and _m_a_s_k arguments.  First, the bytes are moved into a rune_t as follows:

     byte0 << ((_l_e_nN-1) * 8) | byte1 << ((_l_e_nN-2) * 8) | ... | byte_l_e_nN-1

     The result is then ANDed with _~_m_a_s_k and ORed with _m_a_s_k_N_. _C_o_d_e_s_e_t_s _2 _a_n_d _3
     _a_r_e _s_p_e_c_i_a_l _i_n _t_h_a_t _t_h_e _l_e_a_d_i_n_g _b_y_t_e _(_0_x_8_e _o_r _0_x_8_f_) _i_s _f_i_r_s_t _r_e_m_o_v_e_d _a_n_d
     _t_h_e _l_e_n_N _a_r_g_u_m_e_n_t _i_s _r_e_d_u_c_e_d _b_y _1_.

     _F_o_r _e_x_a_m_p_l_e_, _t_h_e _J_a_p_a_n_e_s_e _l_o_c_a_l_e _h_a_s _t_h_e _f_o_l_l_o_w_i_n_g VARIABLE _l_i_n_e_:

     _V_A_R_I_A_B_L_E        _1 _0_x_0_0_0_0 _2 _0_x_8_0_8_0 _2 _0_x_0_0_8_0 _3 _0_x_8_0_0_0 _0_x_8_0_8_0

     _C_o_d_e_s_e_t _1 _c_o_n_s_i_s_t_s _o_f _t_h_e _v_a_l_u_e_s _0_x_0_0_0_0 _- _0_x_0_0_7_f_.

     _C_o_d_e_s_e_t _2 _c_o_n_s_i_s_t_s _o_f _t_h_e _v_a_l_u_e_s _w_h_o _h_a_v_e _t_h_e _b_i_t_s _0_x_8_0_8_0 _s_e_t_.

     _C_o_d_e_s_e_t _3 _c_o_n_s_i_s_t_s _o_f _t_h_e _v_a_l_u_e_s _0_x_0_0_8_0 _- _0_x_0_0_f_f_.

     _C_o_d_e_s_e_t _4 _c_o_n_s_i_s_t_s _o_f _t_h_e _v_a_l_u_e_s _0_x_8_0_0_0 _- _0_x_f_f_7_f _e_x_c_l_u_d_i_n_g _t_h_e _v_a_l_u_e_s
     _w_h_i_c_h _h_a_v_e _t_h_e _0_x_0_0_8_0 _b_i_t _s_e_t_.

     _N_o_t_i_c_e _t_h_a_t _t_h_e _g_l_o_b_a_l _m_a_s_k _i_s _s_e_t _t_o _0_x_8_0_8_0_, _t_h_i_s _i_m_p_l_i_e_s _t_h_a_t _f_r_o_m
     _t_h_o_s_e _2 _b_i_t_s _t_h_e _c_o_d_e_s_e_t _c_a_n _b_e _d_e_t_e_r_m_i_n_e_d_.

EEXXAAMMPPLLEE -- JJaappaanneessee LLooccaallee
     _T_h_i_s _i_s _a _c_o_m_p_l_e_t_e _e_x_a_m_p_l_e _o_f _a_n LC_CTYPE _s_o_u_r_c_e _f_i_l_e _f_o_r _t_h_e _J_a_p_a_n_e_s_e
     _l_o_c_a_l_e

     _/_*
      _* _J_a_p_a_n_e_s_e _L_O_C_A_L_E___C_T_Y_P_E _d_e_f_i_n_i_t_i_o_n_s _u_s_i_n_g _E_U_C _o_f _J_I_S _c_h_a_r_a_c_t_e_r _s_e_t_s
      _*_/

     _E_N_C_O_D_I_N_G        _"_E_U_C_"

     _/_*              _J_I_S      _J_I_S      _J_I_S                   _*_/
     _/_*              _X_2_0_1     _X_2_0_8     _X_2_0_1                  _*_/
     _/_*              _0_0_-_7_f             _8_4_-_f_e                 _*_/

     _V_A_R_I_A_B_L_E        _1 _0_x_0_0_0_0 _2 _0_x_8_0_8_0 _2 _0_x_0_0_8_0 _3 _0_x_8_0_0_0 _0_x_8_0_8_0

     _/_*
      _* _C_o_d_e _S_e_t _1
      _*_/
     _A_L_P_H_A           _'_A_' _- _'_Z_' _'_a_' _- _'_z_'
     _C_O_N_T_R_O_L         _0_x_0_0 _- _0_x_1_f _0_x_7_f
     _D_I_G_I_T           _'_0_' _- _'_9_'
     _G_R_A_P_H           _0_x_2_1 _- _0_x_7_e
     _L_O_W_E_R           _'_a_' _- _'_z_'
     _P_U_N_C_T           _0_x_2_1 _- _0_x_2_f _0_x_3_a _- _0_x_4_0 _0_x_5_b _- _0_x_6_0 _0_x_7_b _- _0_x_7_e
     _S_P_A_C_E           _0_x_0_9 _- _0_x_0_d _0_x_2_0
     _U_P_P_E_R           _'_A_' _- _'_Z_'
     _X_D_I_G_I_T          _'_a_' _- _'_f_' _'_A_' _- _'_F_'
     _B_L_A_N_K           _' _' _'_'
     _P_R_I_N_T           _0_x_2_0 _- _0_x_7_e

     _M_A_P_L_O_W_E_R        _< _'_A_' _- _'_Z_' _: _'_a_' _> _< _'_a_' _- _'_z_' _: _'_a_' _>
     _M_A_P_U_P_P_E_R        _< _'_A_' _- _'_Z_' _: _'_A_' _> _< _'_a_' _- _'_z_' _: _'_A_' _>
     _T_O_D_I_G_I_T         _< _'_0_' _- _'_9_' _: _0 _>
     _T_O_D_I_G_I_T         _< _'_A_' _- _'_F_' _: _1_0 _> _< _'_a_' _- _'_f_' _: _1_0 _>

     _/_*
      _* _C_o_d_e _S_e_t _2
      _*_/

     _S_P_A_C_E           _0_x_a_1_a_1
     _P_H_O_N_O_G_R_A_M       _0_x_a_1_b_c
     _S_P_E_C_I_A_L         _0_x_a_1_a_2 _- _0_x_a_1_f_e
     _P_U_N_C_T           _0_x_a_1_a_2 _- _0_x_a_1_f_8         _/_* _A _f_e_w _t_o_o _m_a_n_y _i_n _h_e_r_e_._._. _*_/

     _S_P_E_C_I_A_L         _0_x_a_2_a_1 _- _0_x_a_2_a_e _0_x_a_2_b_a _- _0_x_a_2_c_1 _0_x_a_2_c_a _- _0_x_a_2_d_0 _0_x_a_2_d_c _- _0_x_a_2_e_a
     _S_P_E_C_I_A_L         _0_x_a_2_f_2 _- _0_x_a_2_f_9 _0_x_a_2_f_e

     _D_I_G_I_T           _0_x_a_3_b_0 _- _0_x_a_3_b_9
     _U_P_P_E_R           _0_x_a_3_c_1 _- _0_x_a_3_d_a                         _/_* _R_o_m_a_j_i _*_/
     _L_O_W_E_R           _0_x_a_3_e_1 _- _0_x_a_3_f_a                         _/_* _R_o_m_a_j_i _*_/
     _M_A_P_L_O_W_E_R        _< _0_x_a_3_c_1 _- _0_x_a_3_d_a _: _0_x_a_3_e_1 _>                    _/_* _E_n_g_l_i_s_h _*_/
     _M_A_P_L_O_W_E_R        _< _0_x_a_3_e_1 _- _0_x_a_3_f_a _: _0_x_a_3_e_1 _>                    _/_* _E_n_g_l_i_s_h _*_/
     _M_A_P_U_P_P_E_R        _< _0_x_a_3_c_1 _- _0_x_a_3_d_a _: _0_x_a_3_c_1 _>
     _M_A_P_U_P_P_E_R        _< _0_x_a_3_e_1 _- _0_x_a_3_f_a _: _0_x_a_3_c_1 _>

     _X_D_I_G_I_T          _0_x_a_3_c_1 _- _0_x_a_3_c_6 _0_x_a_3_e_1 _- _0_x_a_3_e_6

     _T_O_D_I_G_I_T         _< _0_x_a_3_b_0 _- _0_x_a_3_b_9 _: _0 _>
     _T_O_D_I_G_I_T         _< _0_x_a_3_c_1 _- _0_x_a_3_c_6 _: _1_0 _> _< _0_x_a_3_e_1 _- _0_x_a_3_e_6 _: _1_0 _>

     _P_H_O_N_O_G_R_A_M       _0_x_a_4_a_1 _- _0_x_a_4_f_3
     _P_H_O_N_O_G_R_A_M       _0_x_a_5_a_1 _- _0_x_a_5_f_6

     _U_P_P_E_R           _0_x_a_6_a_1 _- _0_x_a_6_b_8                         _/_* _G_r_e_e_k _*_/
     _L_O_W_E_R           _0_x_a_6_c_1 _- _0_x_a_6_d_8                         _/_* _G_r_e_e_k _*_/
     _M_A_P_L_O_W_E_R        _< _0_x_a_6_a_1 _- _0_x_a_6_b_8 _: _0_x_a_6_c_1 _> _< _0_x_a_6_c_1 _- _0_x_a_6_d_8 _: _0_x_a_6_c_1 _>
     _M_A_P_U_P_P_E_R        _< _0_x_a_6_a_1 _- _0_x_a_6_b_8 _: _0_x_a_6_a_1 _> _< _0_x_a_6_c_1 _- _0_x_a_6_d_8 _: _0_x_a_6_a_1 _>

     _U_P_P_E_R           _0_x_a_7_a_1 _- _0_x_a_7_c_1                         _/_* _C_y_r_i_l_l_i_c _*_/
     _L_O_W_E_R           _0_x_a_7_d_1 _- _0_x_a_7_f_1                         _/_* _C_y_r_i_l_l_i_c _*_/
     _M_A_P_L_O_W_E_R        _< _0_x_a_7_a_1 _- _0_x_a_7_c_1 _: _0_x_a_7_d_1 _> _< _0_x_a_7_d_1 _- _0_x_a_7_f_1 _: _0_x_a_7_d_1 _>
     _M_A_P_U_P_P_E_R        _< _0_x_a_7_a_1 _- _0_x_a_7_c_1 _: _0_x_a_7_a_1 _> _< _0_x_a_7_d_1 _- _0_x_a_7_f_1 _: _0_x_a_7_a_1 _>

     _S_P_E_C_I_A_L         _0_x_a_8_a_1 _- _0_x_a_8_c_0

     _I_D_E_O_G_R_A_M        _0_x_b_0_a_1 _- _0_x_b_0_f_e _0_x_b_1_a_1 _- _0_x_b_1_f_e _0_x_b_2_a_1 _- _0_x_b_2_f_e
     _I_D_E_O_G_R_A_M        _0_x_b_3_a_1 _- _0_x_b_3_f_e _0_x_b_4_a_1 _- _0_x_b_4_f_e _0_x_b_5_a_1 _- _0_x_b_5_f_e
     _I_D_E_O_G_R_A_M        _0_x_b_6_a_1 _- _0_x_b_6_f_e _0_x_b_7_a_1 _- _0_x_b_7_f_e _0_x_b_8_a_1 _- _0_x_b_8_f_e
     _I_D_E_O_G_R_A_M        _0_x_b_9_a_1 _- _0_x_b_9_f_e _0_x_b_a_a_1 _- _0_x_b_a_f_e _0_x_b_b_a_1 _- _0_x_b_b_f_e
     _I_D_E_O_G_R_A_M        _0_x_b_c_a_1 _- _0_x_b_c_f_e _0_x_b_d_a_1 _- _0_x_b_d_f_e _0_x_b_e_a_1 _- _0_x_b_e_f_e
     _I_D_E_O_G_R_A_M        _0_x_b_f_a_1 _- _0_x_b_f_f_e _0_x_c_0_a_1 _- _0_x_c_0_f_e _0_x_c_1_a_1 _- _0_x_c_1_f_e
     _I_D_E_O_G_R_A_M        _0_x_c_2_a_1 _- _0_x_c_2_f_e _0_x_c_3_a_1 _- _0_x_c_3_f_e _0_x_c_4_a_1 _- _0_x_c_4_f_e
     _I_D_E_O_G_R_A_M        _0_x_c_5_a_1 _- _0_x_c_5_f_e _0_x_c_6_a_1 _- _0_x_c_6_f_e _0_x_c_7_a_1 _- _0_x_c_7_f_e
     _I_D_E_O_G_R_A_M        _0_x_c_8_a_1 _- _0_x_c_8_f_e _0_x_c_9_a_1 _- _0_x_c_9_f_e _0_x_c_a_a_1 _- _0_x_c_a_f_e
     _I_D_E_O_G_R_A_M        _0_x_c_b_a_1 _- _0_x_c_b_f_e _0_x_c_c_a_1 _- _0_x_c_c_f_e _0_x_c_d_a_1 _- _0_x_c_d_f_e
     _I_D_E_O_G_R_A_M        _0_x_c_e_a_1 _- _0_x_c_e_f_e _0_x_c_f_a_1 _- _0_x_c_f_d_3 _0_x_d_0_a_1 _- _0_x_d_0_f_e
     _I_D_E_O_G_R_A_M        _0_x_d_1_a_1 _- _0_x_d_1_f_e _0_x_d_2_a_1 _- _0_x_d_2_f_e _0_x_d_3_a_1 _- _0_x_d_3_f_e
     _I_D_E_O_G_R_A_M        _0_x_d_4_a_1 _- _0_x_d_4_f_e _0_x_d_5_a_1 _- _0_x_d_5_f_e _0_x_d_6_a_1 _- _0_x_d_6_f_e
     _I_D_E_O_G_R_A_M        _0_x_d_7_a_1 _- _0_x_d_7_f_e _0_x_d_8_a_1 _- _0_x_d_8_f_e _0_x_d_9_a_1 _- _0_x_d_9_f_e
     _I_D_E_O_G_R_A_M        _0_x_d_a_a_1 _- _0_x_d_a_f_e _0_x_d_b_a_1 _- _0_x_d_b_f_e _0_x_d_c_a_1 _- _0_x_d_c_f_e
     _I_D_E_O_G_R_A_M        _0_x_d_d_a_1 _- _0_x_d_d_f_e _0_x_d_e_a_1 _- _0_x_d_e_f_e _0_x_d_f_a_1 _- _0_x_d_f_f_e
     _I_D_E_O_G_R_A_M        _0_x_e_0_a_1 _- _0_x_e_0_f_e _0_x_e_1_a_1 _- _0_x_e_1_f_e _0_x_e_2_a_1 _- _0_x_e_2_f_e
     _I_D_E_O_G_R_A_M        _0_x_e_3_a_1 _- _0_x_e_3_f_e _0_x_e_4_a_1 _- _0_x_e_4_f_e _0_x_e_5_a_1 _- _0_x_e_5_f_e
     _I_D_E_O_G_R_A_M        _0_x_e_6_a_1 _- _0_x_e_6_f_e _0_x_e_7_a_1 _- _0_x_e_7_f_e _0_x_e_8_a_1 _- _0_x_e_8_f_e
     _I_D_E_O_G_R_A_M        _0_x_e_9_a_1 _- _0_x_e_9_f_e _0_x_e_a_a_1 _- _0_x_e_a_f_e _0_x_e_b_a_1 _- _0_x_e_b_f_e
     _I_D_E_O_G_R_A_M        _0_x_e_c_a_1 _- _0_x_e_c_f_e _0_x_e_d_a_1 _- _0_x_e_d_f_e _0_x_e_e_a_1 _- _0_x_e_e_f_e
     _I_D_E_O_G_R_A_M        _0_x_e_f_a_1 _- _0_x_e_f_f_e _0_x_f_0_a_1 _- _0_x_f_0_f_e _0_x_f_1_a_1 _- _0_x_f_1_f_e
     _I_D_E_O_G_R_A_M        _0_x_f_2_a_1 _- _0_x_f_2_f_e _0_x_f_3_a_1 _- _0_x_f_3_f_e _0_x_f_4_a_1 _- _0_x_f_4_a_4
     _/_*
      _* _T_h_i_s _i_s _f_o_r _C_o_d_e _S_e_t _3_, _h_a_l_f_-_w_i_d_t_h _k_a_n_a
      _*_/
     _S_P_E_C_I_A_L         _0_x_a_1 _- _0_x_d_f
     _P_H_O_N_O_G_R_A_M       _0_x_a_1 _- _0_x_d_f
     _C_O_N_T_R_O_L         _0_x_8_4 _- _0_x_9_7 _0_x_9_b _- _0_x_9_f _0_x_e_0 _- _0_x_f_e

SSEEEE AALLSSOO
     mklocale_(_1_)_,  setlocale_(_3_)

4.4BSD                           June 4, 1993                                _3