l10n_info                package:base                R Documentation

_L_o_c_a_l_i_z_a_t_i_o_n _I_n_f_o_r_m_a_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Report on localization information.

_U_s_a_g_e:

     l10n_info()

_V_a_l_u_e:

     A list with three logical components: 

    MBCS: If a multi-byte character set in use?

   UTF-8: Is this a UTF-8 locale?

 Latin-1: Is this a Latin-1 locale?

_S_e_e _A_l_s_o:

     'Sys.getlocale', 'localeconv'

_E_x_a_m_p_l_e_s:

     l10n_info()

