gettext 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +139 -0
- data/NEWS +31 -0
- data/README +31 -15
- data/Rakefile +3 -30
- data/bin/rgettext +1 -1
- data/bin/rmsgfmt +1 -1
- data/bin/rmsgmerge +1 -1
- data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
- data/lib/gettext.rb +50 -23
- data/lib/gettext/active_record.rb +275 -0
- data/lib/gettext/container.rb +0 -4
- data/lib/gettext/locale.rb +9 -2
- data/lib/gettext/locale_cgi.rb +5 -4
- data/lib/gettext/locale_object.rb +5 -4
- data/lib/gettext/parser/{activerecord.rb → active_record.rb} +31 -14
- data/lib/gettext/parser/ruby.rb +48 -44
- data/lib/gettext/poparser.rb +3 -3
- data/lib/gettext/rails.rb +111 -253
- data/lib/gettext/rgettext.rb +34 -6
- data/lib/gettext/string.rb +3 -2
- data/lib/gettext/textdomain.rb +3 -3
- data/lib/gettext/version.rb +1 -1
- data/pkg/ruby-gettext-package-1.8.0/ext/gettext/extconf.rb +20 -0
- data/po/cs/rails.po +61 -61
- data/po/cs/rgettext.po +37 -55
- data/po/de/rails.po +73 -72
- data/po/de/rgettext.po +39 -56
- data/po/el/rails.po +60 -60
- data/po/el/rgettext.po +26 -44
- data/po/es/rails.po +60 -60
- data/po/es/rgettext.po +28 -52
- data/po/et/rails.po +118 -0
- data/po/fr/rails.po +60 -60
- data/po/fr/rgettext.po +26 -46
- data/po/it/rails.po +68 -68
- data/po/it/rgettext.po +35 -53
- data/po/ja/rails.po +62 -61
- data/po/ja/rgettext.po +27 -45
- data/po/ko/rails.po +61 -60
- data/po/ko/rgettext.po +34 -54
- data/po/nl/rails.po +59 -60
- data/po/nl/rgettext.po +35 -55
- data/po/pt_BR/rails.po +74 -73
- data/po/pt_BR/rgettext.po +36 -52
- data/po/rails.pot +61 -61
- data/po/rgettext.pot +25 -43
- data/po/ru/rails.po +61 -62
- data/po/ru/rgettext.po +26 -51
- data/po/sv/rgettext.po +27 -44
- data/po/zh/rails.po +62 -60
- data/po/zh/rgettext.po +28 -47
- data/po/zh_TW/rails.po +114 -0
- data/po/zh_TW/rgettext.po +121 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/zh_TW/helloerb1.po +67 -0
- data/samples/cgi/po/zh_TW/helloerb2.po +54 -0
- data/samples/cgi/po/zh_TW/hellolib.po +26 -0
- data/samples/cgi/po/zh_TW/main.po +79 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/hellogtk.pot +1 -1
- data/samples/po/zh_TW/hello.po +26 -0
- data/samples/po/zh_TW/hello2.po +34 -0
- data/samples/po/zh_TW/hello_noop.po +30 -0
- data/samples/po/zh_TW/hello_plural.po +28 -0
- data/samples/po/zh_TW/helloglade2.po +40 -0
- data/samples/po/zh_TW/hellogtk.po +25 -0
- data/samples/po/zh_TW/hellotk.po +26 -0
- data/samples/rails/README +8 -11
- data/samples/rails/app/controllers/application.rb +6 -9
- data/samples/rails/app/views/layouts/blog.rhtml +1 -1
- data/samples/rails/config/database.yml +1 -1
- data/samples/rails/config/environment.rb +1 -0
- data/samples/rails/db/schema.rb +90 -0
- data/samples/rails/lib/tasks/gettext.rake +1 -1
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/blog.pot +106 -110
- data/samples/rails/po/cs/blog.po +110 -115
- data/samples/rails/po/de/blog.po +107 -112
- data/samples/rails/po/el/blog.po +105 -109
- data/samples/rails/po/en/blog.po +107 -111
- data/samples/rails/po/es/blog.po +105 -110
- data/samples/rails/po/fr/blog.po +105 -109
- data/samples/rails/po/it/blog.po +105 -109
- data/samples/rails/po/ja/blog.po +105 -109
- data/samples/rails/po/ko/blog.po +105 -109
- data/samples/rails/po/nl/blog.po +105 -110
- data/samples/rails/po/pt_BR/blog.po +105 -109
- data/samples/rails/po/ru/blog.po +105 -107
- data/samples/rails/po/zh/blog.po +105 -109
- data/samples/rails/po/zh_TW/blog.po +107 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po +30 -0
- data/test/Rakefile +44 -0
- data/test/fixtures/developer.rb +5 -0
- data/test/fixtures/developers.yml +21 -0
- data/test/fixtures/reply.rb +40 -0
- data/test/fixtures/topic.rb +23 -0
- data/test/fixtures/topics.yml +22 -0
- data/test/gettext_test.rb +2 -2
- data/test/gettext_test_active_record.rb +1479 -0
- data/test/gettext_test_rails.rb +2 -0
- data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
- data/test/po/active_record.pot +295 -0
- data/test/po/ja/active_record.po +294 -0
- data/test/test.sh +1 -0
- data/test/test_rubyparser.rb +10 -2
- metadata +68 -236
- data/doc/classes/ActionController/Base.html +0 -169
- data/doc/classes/ActionController/Base.src/M000014.html +0 -37
- data/doc/classes/ActionController/Base.src/M000015.html +0 -30
- data/doc/classes/ActiveRecord/Base.html +0 -210
- data/doc/classes/ActiveRecord/Base.src/M000114.html +0 -30
- data/doc/classes/ActiveRecord/Base.src/M000115.html +0 -30
- data/doc/classes/ActiveRecord/Base.src/M000116.html +0 -30
- data/doc/classes/ActiveRecord/Base.src/M000117.html +0 -30
- data/doc/classes/ActiveRecord/Base.src/M000118.html +0 -37
- data/doc/classes/ActiveRecord/Base.src/M000119.html +0 -30
- data/doc/classes/ActiveRecord/Base.src/M000120.html +0 -30
- data/doc/classes/ActiveRecord/ConnectionAdapters/Column.html +0 -117
- data/doc/classes/ActiveRecord/ConnectionAdapters/Column.src/M000113.html +0 -30
- data/doc/classes/ActiveRecord/Migration.html +0 -96
- data/doc/classes/GetText.html +0 -863
- data/doc/classes/GetText.src/M000017.html +0 -30
- data/doc/classes/GetText.src/M000018.html +0 -31
- data/doc/classes/GetText.src/M000019.html +0 -46
- data/doc/classes/GetText.src/M000020.html +0 -42
- data/doc/classes/GetText.src/M000021.html +0 -32
- data/doc/classes/GetText.src/M000022.html +0 -30
- data/doc/classes/GetText.src/M000023.html +0 -30
- data/doc/classes/GetText.src/M000024.html +0 -31
- data/doc/classes/GetText.src/M000025.html +0 -30
- data/doc/classes/GetText.src/M000026.html +0 -49
- data/doc/classes/GetText.src/M000027.html +0 -38
- data/doc/classes/GetText.src/M000028.html +0 -35
- data/doc/classes/GetText.src/M000029.html +0 -44
- data/doc/classes/GetText.src/M000030.html +0 -30
- data/doc/classes/GetText.src/M000031.html +0 -30
- data/doc/classes/GetText.src/M000032.html +0 -36
- data/doc/classes/GetText.src/M000033.html +0 -53
- data/doc/classes/GetText.src/M000034.html +0 -46
- data/doc/classes/GetText.src/M000035.html +0 -31
- data/doc/classes/GetText.src/M000036.html +0 -31
- data/doc/classes/GetText.src/M000037.html +0 -30
- data/doc/classes/GetText.src/M000038.html +0 -30
- data/doc/classes/GetText.src/M000039.html +0 -30
- data/doc/classes/GetText.src/M000040.html +0 -30
- data/doc/classes/GetText.src/M000041.html +0 -48
- data/doc/classes/GetText.src/M000042.html +0 -18
- data/doc/classes/GetText.src/M000043.html +0 -34
- data/doc/classes/GetText.src/M000044.html +0 -30
- data/doc/classes/GetText.src/M000045.html +0 -20
- data/doc/classes/GetText/ActiveRecordParser.html +0 -148
- data/doc/classes/GetText/ActiveRecordParser.src/M000048.html +0 -35
- data/doc/classes/GetText/ActiveRecordParser.src/M000049.html +0 -30
- data/doc/classes/GetText/ErbContainer.html +0 -161
- data/doc/classes/GetText/ErbContainer.src/M000046.html +0 -31
- data/doc/classes/GetText/ErbContainer.src/M000047.html +0 -30
- data/doc/classes/GetText/ErbParser.html +0 -113
- data/doc/classes/GetText/ErbParser.src/M000051.html +0 -32
- data/doc/classes/GetText/GetText.html +0 -89
- data/doc/classes/GetText/GetText/Container.html +0 -95
- data/doc/classes/GetText/GladeParser.html +0 -109
- data/doc/classes/GetText/NoboundTextDomainError.html +0 -98
- data/doc/classes/GetText/PoParser.html +0 -121
- data/doc/classes/GetText/PoParser.src/M000068.html +0 -30
- data/doc/classes/GetText/Rails.html +0 -172
- data/doc/classes/GetText/Rails.src/M000050.html +0 -43
- data/doc/classes/GetText/RubyParser.html +0 -99
- data/doc/classes/GetText/TextDomain.html +0 -345
- data/doc/classes/GetText/TextDomain.src/M000052.html +0 -30
- data/doc/classes/GetText/TextDomain.src/M000053.html +0 -30
- data/doc/classes/GetText/TextDomain.src/M000054.html +0 -30
- data/doc/classes/GetText/TextDomain.src/M000055.html +0 -58
- data/doc/classes/GetText/TextDomain.src/M000056.html +0 -32
- data/doc/classes/GetText/TextDomain.src/M000057.html +0 -35
- data/doc/classes/GetText/TextDomain.src/M000058.html +0 -49
- data/doc/classes/GetText/TextDomain.src/M000059.html +0 -30
- data/doc/classes/GetText/TextDomain.src/M000060.html +0 -18
- data/doc/classes/GetText/TextDomain.src/M000061.html +0 -18
- data/doc/classes/GetText/TextDomain.src/M000062.html +0 -18
- data/doc/classes/GetText/TextDomain.src/M000063.html +0 -46
- data/doc/classes/GetText/TextDomain.src/M000064.html +0 -20
- data/doc/classes/GetText/TextDomain.src/M000065.html +0 -23
- data/doc/classes/GetText/TextDomain.src/M000066.html +0 -37
- data/doc/classes/GetText/TextDomain.src/M000067.html +0 -18
- data/doc/classes/GetText/TextDomainManager.html +0 -253
- data/doc/classes/GetText/TextDomainManager.src/M000052.html +0 -18
- data/doc/classes/GetText/TextDomainManager.src/M000053.html +0 -18
- data/doc/classes/GetText/TextDomainManager.src/M000054.html +0 -20
- data/doc/classes/GetText/TextDomainManager.src/M000055.html +0 -18
- data/doc/classes/GetText/TextDomainManager.src/M000056.html +0 -20
- data/doc/classes/GetText/TextDomainManager.src/M000057.html +0 -31
- data/doc/classes/GetText/TextDomainManager.src/M000058.html +0 -21
- data/doc/classes/GetText/TextDomainManager.src/M000059.html +0 -24
- data/doc/classes/GetText/TextDomainManager.src/M000060.html +0 -30
- data/doc/classes/GetText/TextDomainManager.src/M000061.html +0 -30
- data/doc/classes/GetText/TextDomainManager.src/M000062.html +0 -32
- data/doc/classes/GetText/TextDomainManager.src/M000063.html +0 -30
- data/doc/classes/GetText/TextDomainManager.src/M000064.html +0 -32
- data/doc/classes/GetText/TextDomainManager.src/M000065.html +0 -43
- data/doc/classes/GetText/TextDomainManager.src/M000066.html +0 -33
- data/doc/classes/GetText/TextDomainManager.src/M000067.html +0 -36
- data/doc/classes/Iconv.html +0 -140
- data/doc/classes/Iconv.src/M000016.html +0 -41
- data/doc/classes/Iconv/Failure.html +0 -86
- data/doc/classes/Iconv/IllegalSequence.html +0 -96
- data/doc/classes/Iconv/InvalidCharacter.html +0 -96
- data/doc/classes/Iconv/InvalidEncoding.html +0 -96
- data/doc/classes/Locale.html +0 -648
- data/doc/classes/Locale.src/M000069.html +0 -32
- data/doc/classes/Locale.src/M000070.html +0 -31
- data/doc/classes/Locale.src/M000071.html +0 -30
- data/doc/classes/Locale.src/M000072.html +0 -34
- data/doc/classes/Locale.src/M000073.html +0 -31
- data/doc/classes/Locale.src/M000074.html +0 -30
- data/doc/classes/Locale.src/M000075.html +0 -30
- data/doc/classes/Locale.src/M000076.html +0 -31
- data/doc/classes/Locale.src/M000077.html +0 -40
- data/doc/classes/Locale.src/M000078.html +0 -31
- data/doc/classes/Locale.src/M000079.html +0 -46
- data/doc/classes/Locale.src/M000080.html +0 -32
- data/doc/classes/Locale.src/M000081.html +0 -31
- data/doc/classes/Locale.src/M000082.html +0 -30
- data/doc/classes/Locale.src/M000083.html +0 -30
- data/doc/classes/Locale.src/M000084.html +0 -30
- data/doc/classes/Locale.src/M000085.html +0 -32
- data/doc/classes/Locale.src/M000086.html +0 -31
- data/doc/classes/Locale.src/M000087.html +0 -31
- data/doc/classes/Locale.src/M000088.html +0 -30
- data/doc/classes/Locale/Object.html +0 -420
- data/doc/classes/Locale/Object.src/M000104.html +0 -53
- data/doc/classes/Locale/Object.src/M000105.html +0 -34
- data/doc/classes/Locale/Object.src/M000106.html +0 -32
- data/doc/classes/Locale/Object.src/M000107.html +0 -32
- data/doc/classes/Locale/Object.src/M000108.html +0 -33
- data/doc/classes/Locale/Object.src/M000109.html +0 -33
- data/doc/classes/Locale/Object.src/M000110.html +0 -30
- data/doc/classes/Locale/SystemCGI.html +0 -247
- data/doc/classes/Locale/SystemCGI.src/M000094.html +0 -48
- data/doc/classes/Locale/SystemCGI.src/M000095.html +0 -30
- data/doc/classes/Locale/SystemCGI.src/M000096.html +0 -31
- data/doc/classes/Locale/SystemCGI.src/M000097.html +0 -31
- data/doc/classes/Locale/SystemCGI.src/M000098.html +0 -31
- data/doc/classes/Locale/SystemCGI.src/M000099.html +0 -32
- data/doc/classes/Locale/SystemCGI.src/M000100.html +0 -31
- data/doc/classes/Locale/SystemCGI.src/M000101.html +0 -30
- data/doc/classes/Locale/SystemPosix.html +0 -133
- data/doc/classes/Locale/SystemPosix.src/M000102.html +0 -39
- data/doc/classes/Locale/SystemPosix.src/M000103.html +0 -34
- data/doc/classes/Locale/SystemWin32.html +0 -206
- data/doc/classes/Locale/SystemWin32.src/M000089.html +0 -31
- data/doc/classes/Locale/SystemWin32.src/M000090.html +0 -48
- data/doc/classes/Locale/SystemWin32.src/M000091.html +0 -32
- data/doc/classes/Locale/SystemWin32.src/M000092.html +0 -31
- data/doc/classes/Locale/SystemWin32.src/M000093.html +0 -30
- data/doc/classes/MOFile.html +0 -279
- data/doc/classes/MOFile.src/M000001.html +0 -31
- data/doc/classes/MOFile.src/M000002.html +0 -34
- data/doc/classes/MOFile.src/M000003.html +0 -37
- data/doc/classes/MOFile.src/M000004.html +0 -42
- data/doc/classes/MOFile.src/M000005.html +0 -93
- data/doc/classes/MOFile.src/M000006.html +0 -38
- data/doc/classes/MOFile.src/M000007.html +0 -34
- data/doc/classes/MOFile.src/M000008.html +0 -42
- data/doc/classes/MOFile.src/M000009.html +0 -93
- data/doc/classes/MOFile.src/M000010.html +0 -31
- data/doc/classes/MOFile.src/M000011.html +0 -30
- data/doc/classes/MOFile.src/M000012.html +0 -30
- data/doc/classes/MOFile/InvalidFormat.html +0 -92
- data/doc/classes/String.html +0 -150
- data/doc/classes/String.src/M000013.html +0 -44
- data/doc/created.rid +0 -1
- data/doc/files/lib/gettext/cgi_rb.html +0 -98
- data/doc/files/lib/gettext/container_rb.html +0 -96
- data/doc/files/lib/gettext/erb_rb.html +0 -97
- data/doc/files/lib/gettext/iconv_rb.html +0 -97
- data/doc/files/lib/gettext/locale_cgi_rb.html +0 -92
- data/doc/files/lib/gettext/locale_object_rb.html +0 -92
- data/doc/files/lib/gettext/locale_posix_rb.html +0 -92
- data/doc/files/lib/gettext/locale_rb.html +0 -99
- data/doc/files/lib/gettext/locale_table_win32_rb.html +0 -92
- data/doc/files/lib/gettext/locale_win32_rb.html +0 -96
- data/doc/files/lib/gettext/mo_rb.html +0 -96
- data/doc/files/lib/gettext/parser/activerecord_rb.html +0 -103
- data/doc/files/lib/gettext/parser/erb_rb.html +0 -97
- data/doc/files/lib/gettext/parser/glade_rb.html +0 -97
- data/doc/files/lib/gettext/parser/ruby_rb.html +0 -98
- data/doc/files/lib/gettext/poparser_rb.html +0 -96
- data/doc/files/lib/gettext/rails_rb.html +0 -99
- data/doc/files/lib/gettext/rgettext_rb.html +0 -98
- data/doc/files/lib/gettext/rmsgfmt_rb.html +0 -100
- data/doc/files/lib/gettext/rmsgmerge_rb.html +0 -100
- data/doc/files/lib/gettext/string_rb.html +0 -92
- data/doc/files/lib/gettext/textdomain_rb.html +0 -97
- data/doc/files/lib/gettext/textdomainmanager_rb.html +0 -97
- data/doc/files/lib/gettext/utils_rb.html +0 -98
- data/doc/files/lib/gettext/version_rb.html +0 -92
- data/doc/files/lib/gettext_rb.html +0 -101
- data/doc/fr_class_index.html +0 -45
- data/doc/fr_file_index.html +0 -41
- data/doc/fr_method_index.html +0 -135
- data/doc/frame-style.css +0 -33
- data/doc/index.html +0 -26
- data/doc/rdoc-style.css +0 -180
- data/jamis.rb +0 -590
- data/samples/rails/db/mysql.sql +0 -8
- data/samples/rails/db/postgresql.sql +0 -7
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html>
|
|
6
|
-
<head><title>parse (Locale::Object)</title>
|
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
8
|
-
<style>
|
|
9
|
-
.ruby-comment { color: green; font-style: italic }
|
|
10
|
-
.ruby-constant { color: #4433aa; font-weight: bold; }
|
|
11
|
-
.ruby-identifier { color: #222222; }
|
|
12
|
-
.ruby-ivar { color: #2233dd; }
|
|
13
|
-
.ruby-keyword { color: #3333FF; font-weight: bold }
|
|
14
|
-
.ruby-node { color: #777777; }
|
|
15
|
-
.ruby-operator { color: #111111; }
|
|
16
|
-
.ruby-regexp { color: #662222; }
|
|
17
|
-
.ruby-value { color: #662222; font-style: italic }
|
|
18
|
-
.kw { color: #3333FF; font-weight: bold }
|
|
19
|
-
.cmt { color: green; font-style: italic }
|
|
20
|
-
.str { color: #662222; font-style: italic }
|
|
21
|
-
.re { color: #662222; }
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body bgcolor="white">
|
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/gettext/locale_object.rb, line 56</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">locale_name</span>)
|
|
27
|
-
<span class="ruby-identifier">lang_charset</span>, <span class="ruby-identifier">modifier</span> = <span class="ruby-identifier">locale_name</span>.<span class="ruby-identifier">split</span>(<span class="ruby-regexp re">/@/</span>)
|
|
28
|
-
<span class="ruby-identifier">lang</span>, <span class="ruby-identifier">charset</span> = <span class="ruby-identifier">lang_charset</span>.<span class="ruby-identifier">split</span>(<span class="ruby-regexp re">/\./</span>)
|
|
29
|
-
<span class="ruby-identifier">language</span>, <span class="ruby-identifier">country</span>, <span class="ruby-identifier">script</span>, <span class="ruby-identifier">variant</span> = <span class="ruby-identifier">lang</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp re">/_/</span>, <span class="ruby-value str">"-"</span>).<span class="ruby-identifier">split</span>(<span class="ruby-value str">'-'</span>)
|
|
30
|
-
<span class="ruby-identifier">language</span> = <span class="ruby-identifier">language</span> <span class="ruby-value">? </span><span class="ruby-identifier">language</span>.<span class="ruby-identifier">downcase</span> <span class="ruby-operator">:</span> <span class="ruby-keyword kw">nil</span>
|
|
31
|
-
<span class="ruby-identifier">language</span> = <span class="ruby-value str">"en"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">language</span> <span class="ruby-operator">==</span> <span class="ruby-value str">"c"</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">language</span> <span class="ruby-operator">==</span> <span class="ruby-value str">"posix"</span>
|
|
32
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">country</span>
|
|
33
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">country</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/[A-Z][a-z]+/</span> <span class="ruby-comment cmt">#Latn => script</span>
|
|
34
|
-
<span class="ruby-identifier">tmp</span> = <span class="ruby-identifier">script</span>
|
|
35
|
-
<span class="ruby-identifier">script</span> = <span class="ruby-identifier">country</span>
|
|
36
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">tmp</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/[A-Z]+/</span> <span class="ruby-comment cmt"># US => country</span>
|
|
37
|
-
<span class="ruby-identifier">country</span> = <span class="ruby-identifier">tmp</span>
|
|
38
|
-
<span class="ruby-keyword kw">else</span>
|
|
39
|
-
<span class="ruby-identifier">country</span> = <span class="ruby-keyword kw">nil</span>
|
|
40
|
-
<span class="ruby-identifier">variant</span> = <span class="ruby-identifier">tmp</span>
|
|
41
|
-
<span class="ruby-keyword kw">end</span>
|
|
42
|
-
<span class="ruby-keyword kw">else</span>
|
|
43
|
-
<span class="ruby-identifier">country</span> = <span class="ruby-identifier">country</span>.<span class="ruby-identifier">upcase</span>
|
|
44
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">script</span> <span class="ruby-operator">!~</span> <span class="ruby-regexp re">/[A-Z][a-z]+/</span> <span class="ruby-comment cmt">#Latn => script</span>
|
|
45
|
-
<span class="ruby-identifier">variant</span> = <span class="ruby-identifier">script</span>
|
|
46
|
-
<span class="ruby-identifier">script</span> = <span class="ruby-keyword kw">nil</span>
|
|
47
|
-
<span class="ruby-keyword kw">end</span>
|
|
48
|
-
<span class="ruby-keyword kw">end</span>
|
|
49
|
-
<span class="ruby-keyword kw">end</span>
|
|
50
|
-
[<span class="ruby-identifier">language</span>, <span class="ruby-identifier">country</span>, <span class="ruby-identifier">charset</span>, <span class="ruby-identifier">script</span>, <span class="ruby-identifier">variant</span>, <span class="ruby-identifier">modifier</span>]
|
|
51
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
52
|
-
</body>
|
|
53
|
-
</html>
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html>
|
|
6
|
-
<head><title>new (Locale::Object)</title>
|
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
8
|
-
<style>
|
|
9
|
-
.ruby-comment { color: green; font-style: italic }
|
|
10
|
-
.ruby-constant { color: #4433aa; font-weight: bold; }
|
|
11
|
-
.ruby-identifier { color: #222222; }
|
|
12
|
-
.ruby-ivar { color: #2233dd; }
|
|
13
|
-
.ruby-keyword { color: #3333FF; font-weight: bold }
|
|
14
|
-
.ruby-node { color: #777777; }
|
|
15
|
-
.ruby-operator { color: #111111; }
|
|
16
|
-
.ruby-regexp { color: #662222; }
|
|
17
|
-
.ruby-value { color: #662222; font-style: italic }
|
|
18
|
-
.kw { color: #3333FF; font-weight: bold }
|
|
19
|
-
.cmt { color: green; font-style: italic }
|
|
20
|
-
.str { color: #662222; font-style: italic }
|
|
21
|
-
.re { color: #662222; }
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body bgcolor="white">
|
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/gettext/locale_object.rb, line 108</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">language_or_locale_name</span>, <span class="ruby-identifier">country</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">charset</span> = <span class="ruby-keyword kw">nil</span>)
|
|
27
|
-
<span class="ruby-ivar">@orig_str</span> = <span class="ruby-identifier">language_or_locale_name</span>
|
|
28
|
-
<span class="ruby-ivar">@language</span>, <span class="ruby-ivar">@country</span>, <span class="ruby-ivar">@charset</span>, <span class="ruby-ivar">@script</span>, <span class="ruby-ivar">@variant</span>, <span class="ruby-ivar">@modifier</span> =
|
|
29
|
-
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">language_or_locale_name</span>)
|
|
30
|
-
<span class="ruby-ivar">@country</span> = <span class="ruby-identifier">country</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">country</span>
|
|
31
|
-
<span class="ruby-ivar">@charset</span> = <span class="ruby-identifier">charset</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">charset</span>
|
|
32
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
33
|
-
</body>
|
|
34
|
-
</html>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html>
|
|
6
|
-
<head><title>to_posix (Locale::Object)</title>
|
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
8
|
-
<style>
|
|
9
|
-
.ruby-comment { color: green; font-style: italic }
|
|
10
|
-
.ruby-constant { color: #4433aa; font-weight: bold; }
|
|
11
|
-
.ruby-identifier { color: #222222; }
|
|
12
|
-
.ruby-ivar { color: #2233dd; }
|
|
13
|
-
.ruby-keyword { color: #3333FF; font-weight: bold }
|
|
14
|
-
.ruby-node { color: #777777; }
|
|
15
|
-
.ruby-operator { color: #111111; }
|
|
16
|
-
.ruby-regexp { color: #662222; }
|
|
17
|
-
.ruby-value { color: #662222; font-style: italic }
|
|
18
|
-
.kw { color: #3333FF; font-weight: bold }
|
|
19
|
-
.cmt { color: green; font-style: italic }
|
|
20
|
-
.str { color: #662222; font-style: italic }
|
|
21
|
-
.re { color: #662222; }
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body bgcolor="white">
|
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/gettext/locale_object.rb, line 117</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_posix</span>
|
|
27
|
-
<span class="ruby-identifier">ret</span> = <span class="ruby-ivar">@language</span>
|
|
28
|
-
<span class="ruby-identifier">ret</span> <span class="ruby-operator">+=</span> <span class="ruby-node">"_#{@country}"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@country</span>
|
|
29
|
-
<span class="ruby-identifier">ret</span>
|
|
30
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
31
|
-
</body>
|
|
32
|
-
</html>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html>
|
|
6
|
-
<head><title>to_iso3066 (Locale::Object)</title>
|
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
8
|
-
<style>
|
|
9
|
-
.ruby-comment { color: green; font-style: italic }
|
|
10
|
-
.ruby-constant { color: #4433aa; font-weight: bold; }
|
|
11
|
-
.ruby-identifier { color: #222222; }
|
|
12
|
-
.ruby-ivar { color: #2233dd; }
|
|
13
|
-
.ruby-keyword { color: #3333FF; font-weight: bold }
|
|
14
|
-
.ruby-node { color: #777777; }
|
|
15
|
-
.ruby-operator { color: #111111; }
|
|
16
|
-
.ruby-regexp { color: #662222; }
|
|
17
|
-
.ruby-value { color: #662222; font-style: italic }
|
|
18
|
-
.kw { color: #3333FF; font-weight: bold }
|
|
19
|
-
.cmt { color: green; font-style: italic }
|
|
20
|
-
.str { color: #662222; font-style: italic }
|
|
21
|
-
.re { color: #662222; }
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body bgcolor="white">
|
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/gettext/locale_object.rb, line 124</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_iso3066</span>
|
|
27
|
-
<span class="ruby-identifier">ret</span> = <span class="ruby-ivar">@language</span>
|
|
28
|
-
<span class="ruby-identifier">ret</span> <span class="ruby-operator">+=</span> <span class="ruby-node">"-#{@country}"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@country</span>
|
|
29
|
-
<span class="ruby-identifier">ret</span>
|
|
30
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
31
|
-
</body>
|
|
32
|
-
</html>
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html>
|
|
6
|
-
<head><title>to_win (Locale::Object)</title>
|
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
8
|
-
<style>
|
|
9
|
-
.ruby-comment { color: green; font-style: italic }
|
|
10
|
-
.ruby-constant { color: #4433aa; font-weight: bold; }
|
|
11
|
-
.ruby-identifier { color: #222222; }
|
|
12
|
-
.ruby-ivar { color: #2233dd; }
|
|
13
|
-
.ruby-keyword { color: #3333FF; font-weight: bold }
|
|
14
|
-
.ruby-node { color: #777777; }
|
|
15
|
-
.ruby-operator { color: #111111; }
|
|
16
|
-
.ruby-regexp { color: #662222; }
|
|
17
|
-
.ruby-value { color: #662222; font-style: italic }
|
|
18
|
-
.kw { color: #3333FF; font-weight: bold }
|
|
19
|
-
.cmt { color: green; font-style: italic }
|
|
20
|
-
.str { color: #662222; font-style: italic }
|
|
21
|
-
.re { color: #662222; }
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body bgcolor="white">
|
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/gettext/locale_object.rb, line 133</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_win</span>
|
|
27
|
-
<span class="ruby-identifier">ret</span> = <span class="ruby-ivar">@language</span>
|
|
28
|
-
<span class="ruby-identifier">ret</span> <span class="ruby-operator">+=</span> <span class="ruby-node">"-#{@country}"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@country</span>
|
|
29
|
-
<span class="ruby-identifier">ret</span> <span class="ruby-operator">+=</span> <span class="ruby-node">"-#{@script}"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@script</span>
|
|
30
|
-
<span class="ruby-identifier">ret</span>
|
|
31
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
32
|
-
</body>
|
|
33
|
-
</html>
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html>
|
|
6
|
-
<head><title>to_general (Locale::Object)</title>
|
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
8
|
-
<style>
|
|
9
|
-
.ruby-comment { color: green; font-style: italic }
|
|
10
|
-
.ruby-constant { color: #4433aa; font-weight: bold; }
|
|
11
|
-
.ruby-identifier { color: #222222; }
|
|
12
|
-
.ruby-ivar { color: #2233dd; }
|
|
13
|
-
.ruby-keyword { color: #3333FF; font-weight: bold }
|
|
14
|
-
.ruby-node { color: #777777; }
|
|
15
|
-
.ruby-operator { color: #111111; }
|
|
16
|
-
.ruby-regexp { color: #662222; }
|
|
17
|
-
.ruby-value { color: #662222; font-style: italic }
|
|
18
|
-
.kw { color: #3333FF; font-weight: bold }
|
|
19
|
-
.cmt { color: green; font-style: italic }
|
|
20
|
-
.str { color: #662222; font-style: italic }
|
|
21
|
-
.re { color: #662222; }
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body bgcolor="white">
|
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/gettext/locale_object.rb, line 141</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_general</span>
|
|
27
|
-
<span class="ruby-identifier">ret</span> = <span class="ruby-ivar">@language</span>
|
|
28
|
-
<span class="ruby-identifier">ret</span> <span class="ruby-operator">+=</span> <span class="ruby-node">"_#{@country}"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@country</span>
|
|
29
|
-
<span class="ruby-identifier">ret</span> <span class="ruby-operator">+=</span> <span class="ruby-node">"_#{@script}"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@script</span>
|
|
30
|
-
<span class="ruby-identifier">ret</span>
|
|
31
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
32
|
-
</body>
|
|
33
|
-
</html>
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html>
|
|
6
|
-
<head><title>to_a (Locale::Object)</title>
|
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
8
|
-
<style>
|
|
9
|
-
.ruby-comment { color: green; font-style: italic }
|
|
10
|
-
.ruby-constant { color: #4433aa; font-weight: bold; }
|
|
11
|
-
.ruby-identifier { color: #222222; }
|
|
12
|
-
.ruby-ivar { color: #2233dd; }
|
|
13
|
-
.ruby-keyword { color: #3333FF; font-weight: bold }
|
|
14
|
-
.ruby-node { color: #777777; }
|
|
15
|
-
.ruby-operator { color: #111111; }
|
|
16
|
-
.ruby-regexp { color: #662222; }
|
|
17
|
-
.ruby-value { color: #662222; font-style: italic }
|
|
18
|
-
.kw { color: #3333FF; font-weight: bold }
|
|
19
|
-
.cmt { color: green; font-style: italic }
|
|
20
|
-
.str { color: #662222; font-style: italic }
|
|
21
|
-
.re { color: #662222; }
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body bgcolor="white">
|
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/gettext/locale_object.rb, line 156</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_a</span>
|
|
27
|
-
[<span class="ruby-ivar">@language</span>, <span class="ruby-ivar">@country</span>, <span class="ruby-ivar">@charset</span>, <span class="ruby-ivar">@script</span>, <span class="ruby-ivar">@variant</span>, <span class="ruby-ivar">@modifier</span>]
|
|
28
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
29
|
-
</body>
|
|
30
|
-
</html>
|
|
@@ -1,247 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html>
|
|
6
|
-
<head>
|
|
7
|
-
<title>Module: Locale::SystemCGI</title>
|
|
8
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
9
|
-
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
10
|
-
|
|
11
|
-
<script language="JavaScript" type="text/javascript">
|
|
12
|
-
// <![CDATA[
|
|
13
|
-
|
|
14
|
-
function toggleSource( id )
|
|
15
|
-
{
|
|
16
|
-
var elem
|
|
17
|
-
var link
|
|
18
|
-
|
|
19
|
-
if( document.getElementById )
|
|
20
|
-
{
|
|
21
|
-
elem = document.getElementById( id )
|
|
22
|
-
link = document.getElementById( "l_" + id )
|
|
23
|
-
}
|
|
24
|
-
else if ( document.all )
|
|
25
|
-
{
|
|
26
|
-
elem = eval( "document.all." + id )
|
|
27
|
-
link = eval( "document.all.l_" + id )
|
|
28
|
-
}
|
|
29
|
-
else
|
|
30
|
-
return false;
|
|
31
|
-
|
|
32
|
-
if( elem.style.display == "block" )
|
|
33
|
-
{
|
|
34
|
-
elem.style.display = "none"
|
|
35
|
-
link.innerHTML = "show source"
|
|
36
|
-
}
|
|
37
|
-
else
|
|
38
|
-
{
|
|
39
|
-
elem.style.display = "block"
|
|
40
|
-
link.innerHTML = "hide source"
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
function openCode( url )
|
|
45
|
-
{
|
|
46
|
-
window.open( url, "SOURCE_CODE", "width=400,height=400,scrollbars=yes" )
|
|
47
|
-
}
|
|
48
|
-
// ]]>
|
|
49
|
-
</script>
|
|
50
|
-
</head>
|
|
51
|
-
|
|
52
|
-
<body>
|
|
53
|
-
<table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
|
|
54
|
-
<td class="file-title"><span class="file-title-prefix">Module</span><br />Locale::SystemCGI</td>
|
|
55
|
-
<td align="right">
|
|
56
|
-
<table cellspacing=0 cellpadding=2>
|
|
57
|
-
<tr valign="top">
|
|
58
|
-
<td>In:</td>
|
|
59
|
-
<td>
|
|
60
|
-
<a href="../../files/lib/gettext/locale_cgi_rb.html">lib/gettext/locale_cgi.rb</a>
|
|
61
|
-
</td>
|
|
62
|
-
</tr>
|
|
63
|
-
</table>
|
|
64
|
-
</td>
|
|
65
|
-
</tr>
|
|
66
|
-
</table>
|
|
67
|
-
<!-- banner header -->
|
|
68
|
-
|
|
69
|
-
<div id="bodyContent">
|
|
70
|
-
<div id="content">
|
|
71
|
-
|
|
72
|
-
<div class="description"><p>
|
|
73
|
-
Locale::System module for Default OS (Unix) This is low-level class.
|
|
74
|
-
Application shouldn’t use this directly.
|
|
75
|
-
</p>
|
|
76
|
-
</div>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
<div class="sectiontitle">Methods</div>
|
|
81
|
-
<ul>
|
|
82
|
-
<li><a href="#M000098">cgi</a></li>
|
|
83
|
-
<li><a href="#M000097">cgi=</a></li>
|
|
84
|
-
<li><a href="#M000101">default_locale</a></li>
|
|
85
|
-
<li><a href="#M000100">default_locale=</a></li>
|
|
86
|
-
<li><a href="#M000095">get_charset</a></li>
|
|
87
|
-
<li><a href="#M000096">set_cgi</a></li>
|
|
88
|
-
<li><a href="#M000099">set_default_locale</a></li>
|
|
89
|
-
<li><a href="#M000094">system</a></li>
|
|
90
|
-
</ul>
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
<div class="sectiontitle">Public Instance methods</div>
|
|
98
|
-
<div class="method">
|
|
99
|
-
<div class="title">
|
|
100
|
-
<a name="M000098"></a><b>cgi</b>()
|
|
101
|
-
[ <a href="javascript:openCode('SystemCGI.src/M000098.html')">source</a> ]
|
|
102
|
-
</div>
|
|
103
|
-
<div class="description">
|
|
104
|
-
<p>
|
|
105
|
-
Gets the CGI object. If it is nil, returns new CGI object.
|
|
106
|
-
</p>
|
|
107
|
-
<ul>
|
|
108
|
-
<li>Returns: the CGI object
|
|
109
|
-
|
|
110
|
-
</li>
|
|
111
|
-
</ul>
|
|
112
|
-
</div>
|
|
113
|
-
</div>
|
|
114
|
-
<div class="method">
|
|
115
|
-
<div class="title">
|
|
116
|
-
<a name="M000097"></a><b>cgi=</b>(cgi_)
|
|
117
|
-
[ <a href="javascript:openCode('SystemCGI.src/M000097.html')">source</a> ]
|
|
118
|
-
</div>
|
|
119
|
-
<div class="description">
|
|
120
|
-
<p>
|
|
121
|
-
Sets a CGI object.
|
|
122
|
-
</p>
|
|
123
|
-
<ul>
|
|
124
|
-
<li>cgi_: CGI object
|
|
125
|
-
|
|
126
|
-
</li>
|
|
127
|
-
<li>Returns: cgi_
|
|
128
|
-
|
|
129
|
-
</li>
|
|
130
|
-
</ul>
|
|
131
|
-
</div>
|
|
132
|
-
</div>
|
|
133
|
-
<div class="method">
|
|
134
|
-
<div class="title">
|
|
135
|
-
<a name="M000101"></a><b>default_locale</b>()
|
|
136
|
-
[ <a href="javascript:openCode('SystemCGI.src/M000101.html')">source</a> ]
|
|
137
|
-
</div>
|
|
138
|
-
<div class="description">
|
|
139
|
-
<p>
|
|
140
|
-
Gets the default <a href="Object.html">Locale::Object</a>.
|
|
141
|
-
</p>
|
|
142
|
-
<ul>
|
|
143
|
-
<li>Returns: the default locale
|
|
144
|
-
|
|
145
|
-
</li>
|
|
146
|
-
</ul>
|
|
147
|
-
</div>
|
|
148
|
-
</div>
|
|
149
|
-
<div class="method">
|
|
150
|
-
<div class="title">
|
|
151
|
-
<a name="M000100"></a><b>default_locale=</b>(locale)
|
|
152
|
-
[ <a href="javascript:openCode('SystemCGI.src/M000100.html')">source</a> ]
|
|
153
|
-
</div>
|
|
154
|
-
<div class="description">
|
|
155
|
-
<p>
|
|
156
|
-
Sets a default locale. en.UTF-8 is the default value if not set.
|
|
157
|
-
</p>
|
|
158
|
-
<ul>
|
|
159
|
-
<li>locale: <a href="Object.html">Locale::Object</a>
|
|
160
|
-
|
|
161
|
-
</li>
|
|
162
|
-
<li>Returns: locale
|
|
163
|
-
|
|
164
|
-
</li>
|
|
165
|
-
</ul>
|
|
166
|
-
</div>
|
|
167
|
-
</div>
|
|
168
|
-
<div class="method">
|
|
169
|
-
<div class="title">
|
|
170
|
-
<a name="M000095"></a><b>get_charset</b>(locale)
|
|
171
|
-
[ <a href="javascript:openCode('SystemCGI.src/M000095.html')">source</a> ]
|
|
172
|
-
</div>
|
|
173
|
-
<div class="description">
|
|
174
|
-
<p>
|
|
175
|
-
Gets the charset of the locale.
|
|
176
|
-
</p>
|
|
177
|
-
<ul>
|
|
178
|
-
<li>locale: <a href="Object.html">Locale::Object</a>
|
|
179
|
-
|
|
180
|
-
</li>
|
|
181
|
-
<li>Returns: the charset of the locale
|
|
182
|
-
|
|
183
|
-
</li>
|
|
184
|
-
</ul>
|
|
185
|
-
</div>
|
|
186
|
-
</div>
|
|
187
|
-
<div class="method">
|
|
188
|
-
<div class="title">
|
|
189
|
-
<a name="M000096"></a><b>set_cgi</b>(cgi_)
|
|
190
|
-
[ <a href="javascript:openCode('SystemCGI.src/M000096.html')">source</a> ]
|
|
191
|
-
</div>
|
|
192
|
-
<div class="description">
|
|
193
|
-
<p>
|
|
194
|
-
Sets a CGI object.
|
|
195
|
-
</p>
|
|
196
|
-
<ul>
|
|
197
|
-
<li>cgi_: CGI object
|
|
198
|
-
|
|
199
|
-
</li>
|
|
200
|
-
<li>Returns: self
|
|
201
|
-
|
|
202
|
-
</li>
|
|
203
|
-
</ul>
|
|
204
|
-
</div>
|
|
205
|
-
</div>
|
|
206
|
-
<div class="method">
|
|
207
|
-
<div class="title">
|
|
208
|
-
<a name="M000099"></a><b>set_default_locale</b>(locale)
|
|
209
|
-
[ <a href="javascript:openCode('SystemCGI.src/M000099.html')">source</a> ]
|
|
210
|
-
</div>
|
|
211
|
-
<div class="description">
|
|
212
|
-
<p>
|
|
213
|
-
Sets a default locale. en.UTF-8 is the default value if not set.
|
|
214
|
-
</p>
|
|
215
|
-
<ul>
|
|
216
|
-
<li>locale: <a href="Object.html">Locale::Object</a> object. You can’t
|
|
217
|
-
set nil.
|
|
218
|
-
|
|
219
|
-
</li>
|
|
220
|
-
<li>Returns: self
|
|
221
|
-
|
|
222
|
-
</li>
|
|
223
|
-
</ul>
|
|
224
|
-
</div>
|
|
225
|
-
</div>
|
|
226
|
-
<div class="method">
|
|
227
|
-
<div class="title">
|
|
228
|
-
<a name="M000094"></a><b>system</b>()
|
|
229
|
-
[ <a href="javascript:openCode('SystemCGI.src/M000094.html')">source</a> ]
|
|
230
|
-
</div>
|
|
231
|
-
<div class="description">
|
|
232
|
-
<p>
|
|
233
|
-
Gets the default locale using setlocale and nl_langinfo.
|
|
234
|
-
</p>
|
|
235
|
-
<ul>
|
|
236
|
-
<li>Returns the system locale (<a href="Object.html">Locale::Object</a>).
|
|
237
|
-
|
|
238
|
-
</li>
|
|
239
|
-
</ul>
|
|
240
|
-
</div>
|
|
241
|
-
</div>
|
|
242
|
-
</div>
|
|
243
|
-
|
|
244
|
-
</div>
|
|
245
|
-
|
|
246
|
-
</body>
|
|
247
|
-
</html>
|