Displaying 2 results from an estimated 2 matches for "get_system_encoding_nam".
Did you mean:
get_system_encoding_name
2007 Mar 17
1
newbie: wxruby on fedora5
...ll to start with:
"load error: Wx"
but got things running by pasting the set up stuff from Wx.rb into the
demo file...haven''t had time to figure out why yet.
i copied over the copyright also, so now i''ve 2 in that file - lucky me.
The unicode sample fell over on
sys_lang
get_system_encoding_name
and the Tree control fell over on the constant
Blue
both probs seemed to be solved with begin/rescue blocks.
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...;+h3. Class Methods
+
+* "Locale#find_language_info":#Locale_findlanguageinfo
+* "Locale#get_language_info":#Locale_getlanguageinfo
+* "Locale#get_language_name":#Locale_getlanguagename
+* "Locale.get_system_encoding":#Locale_getsystemencoding
+* "Locale.get_system_encoding_name":#Locale_getsystemencodingname
+* "Locale.get_system_language":#Locale_getsystemlanguage
</ins><span class="cx"> * "Locale.new":#Locale_new
</span><ins>+
+h3. Instance Methods
+
+* "Supported languages":#Locale_languages
</ins...