=begin locale_object.rb - Locale::Object Copyright (C) 2006 Masao Mutoh You may redistribute it and/or modify it under the same license terms as Ruby. $Id: locale_object.rb,v 1.7 2006/03/03 07:03:50 mutoh Exp $ =end module Locale # :nodoc: class Object attr_accessor :language, :country, :charset, :script, :variant, :modifier, :orig_str # Parse POSIX or RFC 3066 style locale name to Array. # # * locale_name: locale name as String # # * Basic POSIX format: _.@ # * Both of POSIX and C are converted to "en". # * Basic RFC3066 format: - # * Win32 format: --