# File lib/gettext/locale_win32.rb, line 26 def get_charset(locale) loc = LocaleTable.find{|v| v[1] == locale.to_win} loc ? loc[2] : "CP1252" end