📄 readme
字号:
README for I18N::LangTags Time-stamp: "2004-10-06 23:19:39 ADT" I18N::LangTagsI18N::LangTags - functions for dealing with RFC3066-style languagetagsLanguage tags are a formalism, described in RFC 3066 (obsoleting1766), for declaring what language form (language and possiblydialect) a given chunk of information is in.This library provides functions for common tasks involving languagetags (notably the extraction of them, comparing them, and testing theformal validity of them) as is needed in a variety of protocols andapplications.I18N::LangTags::List -- tags and names for human languages. Thismodule goes from known language tag names ("fr-CA") to their Englishnames ("Canadian French"). Its documentation also lists the severalhundred known tags and some common subforms. You may find this usefulas a reference.See the POD for more information.INSTALLATIONYou install I18N::LangTags and I18N::LangTags::List, as you wouldinstall any perl module library, by running these commands: perl Makefile.PL make make test make installIf you want to install a private copy of I18N::LangTags in your homedirectory, then you should try to produce the initial Makefile withsomething like this command: perl Makefile.PL LIB=~/perlSee perldoc perlmodinstall for more information on installing modules.DOCUMENTATIONPOD-format documentation is included in LangTags.pm. POD is readablewith the 'perldoc' utility. See ChangeLog for recent changes.SUPPORTQuestions, bug reports, useful code bits, and suggestions forI18N::LangTags should just be sent to me at sburke@cpan.orgAVAILABILITYThe latest version of I18N::LangTags is available from theComprehensive Perl Archive Network (CPAN). Visit<http://www.perl.com/CPAN/> to find a CPAN site near you.COPYRIGHTCopyright 1998+, Sean M. Burke <sburke@cpan.org>, all rightsreserved.The programs and documentation in this dist are distributed inthe hope that they will be useful, but without any warranty; withouteven the implied warranty of merchantability or fitness for aparticular purpose.This library is free software; you can redistribute it and/or modifyit under the same terms as Perl itself.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -