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,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>output_charset= (GetText::TextDomainManager)</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/textdomainmanager.rb, line 29</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">output_charset=</span>(<span class="ruby-identifier">charset</span>)
|
|
27
|
-
<span class="ruby-ivar">@@output_charset</span> = <span class="ruby-identifier">charset</span>
|
|
28
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
29
|
-
</body>
|
|
30
|
-
</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>output_charset (GetText::TextDomainManager)</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/textdomainmanager.rb, line 35</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">output_charset</span>
|
|
27
|
-
<span class="ruby-ivar">@@output_charset</span>
|
|
28
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
29
|
-
</body>
|
|
30
|
-
</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>each_all (GetText::TextDomainManager)</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/textdomainmanager.rb, line 39</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">each_all</span>
|
|
27
|
-
<span class="ruby-ivar">@@textdomain_all</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">k</span>, <span class="ruby-identifier">textdomain</span><span class="ruby-operator">|</span>
|
|
28
|
-
<span class="ruby-keyword kw">yield</span> <span class="ruby-identifier">textdomain</span>
|
|
29
|
-
<span class="ruby-keyword kw">end</span>
|
|
30
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
31
|
-
</body>
|
|
32
|
-
</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>textdomain (GetText::TextDomainManager)</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/textdomainmanager.rb, line 45</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">textdomain</span>(<span class="ruby-identifier">domainname</span>)
|
|
27
|
-
<span class="ruby-ivar">@@textdomain_all</span>[<span class="ruby-identifier">domainname</span>]
|
|
28
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
29
|
-
</body>
|
|
30
|
-
</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>new (GetText::TextDomainManager)</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/textdomainmanager.rb, line 52</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">target</span>, <span class="ruby-identifier">locale</span>)
|
|
27
|
-
<span class="ruby-ivar">@target</span> = <span class="ruby-identifier">target</span>
|
|
28
|
-
<span class="ruby-ivar">@locale</span> = <span class="ruby-identifier">locale</span>
|
|
29
|
-
<span class="ruby-ivar">@textdomains</span> = {}
|
|
30
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
31
|
-
</body>
|
|
32
|
-
</html>
|
|
@@ -1,43 +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>add_textdomain (GetText::TextDomainManager)</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/textdomainmanager.rb, line 62</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_textdomain</span>(<span class="ruby-identifier">domainname</span>, <span class="ruby-identifier">options</span> = {})
|
|
27
|
-
<span class="ruby-identifier">path</span> = <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:path</span>]
|
|
28
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">$DEBUG</span>
|
|
29
|
-
<span class="ruby-identifier">$stderr</span>.<span class="ruby-identifier">print</span> <span class="ruby-node">"Bind the domain '#{domainname}' to '#{@target}'. "</span>
|
|
30
|
-
<span class="ruby-identifier">$stderr</span>.<span class="ruby-identifier">print</span> <span class="ruby-node">"Current locale is #{@locale.inspect}\n"</span>
|
|
31
|
-
<span class="ruby-keyword kw">end</span>
|
|
32
|
-
<span class="ruby-identifier">textdomain</span> = <span class="ruby-ivar">@@textdomain_all</span>[<span class="ruby-identifier">domainname</span>]
|
|
33
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">textdomain</span>
|
|
34
|
-
<span class="ruby-identifier">textdomain</span>.<span class="ruby-identifier">set_locale</span>(<span class="ruby-ivar">@locale</span>)
|
|
35
|
-
<span class="ruby-keyword kw">else</span>
|
|
36
|
-
<span class="ruby-identifier">textdomain</span> = <span class="ruby-constant">TextDomain</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">domainname</span>, <span class="ruby-identifier">path</span>, <span class="ruby-ivar">@locale</span>)
|
|
37
|
-
<span class="ruby-ivar">@@textdomain_all</span>[<span class="ruby-identifier">domainname</span>] = <span class="ruby-identifier">textdomain</span>
|
|
38
|
-
<span class="ruby-keyword kw">end</span>
|
|
39
|
-
<span class="ruby-ivar">@textdomains</span>[<span class="ruby-identifier">domainname</span>] = <span class="ruby-identifier">textdomain</span>
|
|
40
|
-
<span class="ruby-identifier">textdomain</span>
|
|
41
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
42
|
-
</body>
|
|
43
|
-
</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>each (GetText::TextDomainManager)</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/textdomainmanager.rb, line 80</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">each</span>
|
|
27
|
-
<span class="ruby-ivar">@textdomains</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">k</span>, <span class="ruby-identifier">textdomain</span><span class="ruby-operator">|</span>
|
|
28
|
-
<span class="ruby-keyword kw">yield</span> <span class="ruby-identifier">textdomain</span>
|
|
29
|
-
<span class="ruby-keyword kw">end</span>
|
|
30
|
-
<span class="ruby-keyword kw">self</span>
|
|
31
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
32
|
-
</body>
|
|
33
|
-
</html>
|
|
@@ -1,36 +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>set_locale (GetText::TextDomainManager)</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/textdomainmanager.rb, line 93</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">set_locale</span>(<span class="ruby-identifier">locale</span>, <span class="ruby-identifier">force</span> = <span class="ruby-keyword kw">false</span>)
|
|
27
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">locale</span> <span class="ruby-operator">!=</span> <span class="ruby-ivar">@locale</span> <span class="ruby-keyword kw">or</span> <span class="ruby-identifier">force</span>
|
|
28
|
-
<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">textdomain</span><span class="ruby-operator">|</span>
|
|
29
|
-
<span class="ruby-identifier">textdomain</span>.<span class="ruby-identifier">set_locale</span>(<span class="ruby-identifier">locale</span>)
|
|
30
|
-
<span class="ruby-keyword kw">end</span>
|
|
31
|
-
<span class="ruby-ivar">@locale</span> = <span class="ruby-identifier">locale</span>
|
|
32
|
-
<span class="ruby-keyword kw">end</span>
|
|
33
|
-
<span class="ruby-keyword kw">self</span>
|
|
34
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
35
|
-
</body>
|
|
36
|
-
</html>
|
data/doc/classes/Iconv.html
DELETED
|
@@ -1,140 +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: Iconv</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 />Iconv</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/iconv_rb.html">lib/gettext/iconv.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
|
-
Pseudo <a href="Iconv.html">Iconv</a> module
|
|
74
|
-
</p>
|
|
75
|
-
<p>
|
|
76
|
-
Provides <a href="Iconv.html#M000016">Iconv.iconv</a> which uses
|
|
77
|
-
Ruby/GLib(1) functions. This library also required from
|
|
78
|
-
‘gettext’. If you require ‘gettext/iconv’, <a
|
|
79
|
-
href="Iconv.html#M000016">Iconv.iconv</a> try to call Ruby/GLib function
|
|
80
|
-
when it doesn’t find original <a href="Iconv.html">Iconv</a>
|
|
81
|
-
module(iconv.so).
|
|
82
|
-
</p>
|
|
83
|
-
<p>
|
|
84
|
-
(1) Ruby/GLib is a module which is provided from Ruby-GNOME2 Project. You
|
|
85
|
-
can get binaries for Win32(One-Click Ruby Installer). <URL: <a
|
|
86
|
-
href="http://ruby-gnome2.sourceforge.jp">ruby-gnome2.sourceforge.jp</a>/>
|
|
87
|
-
</p>
|
|
88
|
-
</div>
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
<div class="sectiontitle">Methods</div>
|
|
93
|
-
<ul>
|
|
94
|
-
<li><a href="#M000016">iconv</a></li>
|
|
95
|
-
</ul>
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
<div class="sectiontitle">Classes and Modules</div>
|
|
100
|
-
Module <a href="Iconv/Failure.html" class="link">Iconv::Failure</a><br />
|
|
101
|
-
Class <a href="Iconv/IllegalSequence.html" class="link">Iconv::IllegalSequence</a><br />
|
|
102
|
-
Class <a href="Iconv/InvalidCharacter.html" class="link">Iconv::InvalidCharacter</a><br />
|
|
103
|
-
Class <a href="Iconv/InvalidEncoding.html" class="link">Iconv::InvalidEncoding</a><br />
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
<div class="sectiontitle">Public Instance methods</div>
|
|
109
|
-
<div class="method">
|
|
110
|
-
<div class="title">
|
|
111
|
-
<a name="M000016"></a><b>iconv</b>(to, from, str)
|
|
112
|
-
[ <a href="javascript:openCode('Iconv.src/M000016.html')">source</a> ]
|
|
113
|
-
</div>
|
|
114
|
-
<div class="description">
|
|
115
|
-
<p>
|
|
116
|
-
This is a function equivalent of <a
|
|
117
|
-
href="Iconv.html#M000016">Iconv.iconv</a>.
|
|
118
|
-
</p>
|
|
119
|
-
<ul>
|
|
120
|
-
<li>to: encoding name for destination
|
|
121
|
-
|
|
122
|
-
</li>
|
|
123
|
-
<li>from: encoding name for source
|
|
124
|
-
|
|
125
|
-
</li>
|
|
126
|
-
<li>str: strings to be converted
|
|
127
|
-
|
|
128
|
-
</li>
|
|
129
|
-
<li>Returns: Returns an Array of converted strings.
|
|
130
|
-
|
|
131
|
-
</li>
|
|
132
|
-
</ul>
|
|
133
|
-
</div>
|
|
134
|
-
</div>
|
|
135
|
-
</div>
|
|
136
|
-
|
|
137
|
-
</div>
|
|
138
|
-
|
|
139
|
-
</body>
|
|
140
|
-
</html>
|
|
@@ -1,41 +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>iconv (Iconv)</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/iconv.rb, line 51</span>
|
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">iconv</span>(<span class="ruby-identifier">to</span>, <span class="ruby-identifier">from</span>, <span class="ruby-identifier">str</span>)
|
|
27
|
-
<span class="ruby-keyword kw">begin</span>
|
|
28
|
-
<span class="ruby-constant">GLib</span>.<span class="ruby-identifier">convert</span>(<span class="ruby-identifier">str</span>, <span class="ruby-identifier">to</span>, <span class="ruby-identifier">from</span>).<span class="ruby-identifier">split</span>(<span class="ruby-regexp re">//</span>)
|
|
29
|
-
<span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">GLib</span><span class="ruby-operator">::</span><span class="ruby-constant">ConvertError</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">e</span>
|
|
30
|
-
<span class="ruby-keyword kw">case</span> <span class="ruby-identifier">e</span>.<span class="ruby-identifier">code</span>
|
|
31
|
-
<span class="ruby-keyword kw">when</span> <span class="ruby-constant">GLib</span><span class="ruby-operator">::</span><span class="ruby-constant">ConvertError</span><span class="ruby-operator">::</span><span class="ruby-constant">NO_CONVERSION</span>
|
|
32
|
-
<span class="ruby-identifier">raise</span> <span class="ruby-constant">InvalidEncoding</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">str</span>)
|
|
33
|
-
<span class="ruby-keyword kw">when</span> <span class="ruby-constant">GLib</span><span class="ruby-operator">::</span><span class="ruby-constant">ConvertError</span><span class="ruby-operator">::</span><span class="ruby-constant">ILLEGAL_SEQUENCE</span>
|
|
34
|
-
<span class="ruby-identifier">raise</span> <span class="ruby-constant">IllegalSequence</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">str</span>)
|
|
35
|
-
<span class="ruby-keyword kw">else</span>
|
|
36
|
-
<span class="ruby-identifier">raise</span> <span class="ruby-constant">InvalidCharacter</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">str</span>)
|
|
37
|
-
<span class="ruby-keyword kw">end</span>
|
|
38
|
-
<span class="ruby-keyword kw">end</span>
|
|
39
|
-
<span class="ruby-keyword kw">end</span></pre>
|
|
40
|
-
</body>
|
|
41
|
-
</html>
|