NAME

Pod::MultiLang - multi languages in Pod

SYNOPSIS

use Pod::MultiLang::Html;
my $parser = Pod::MultiLang::Html->new(%opt);
$parser->parse_from_file($infile,$outfile);

DESCRIPTION

Pod::MultiLang is a pod extesion. This module implements J<> interior sequence for write multi langages in sigle pod. One languages enclosed by J interior sequence in each paragraph. Some heading words are translated automatically. Note that J<> is not official interior sequence, this is custom one.

New format for L<|/> interior sequence is:

J<<< ja;
L<< text | page /"heading J<ja; japanese heading >" >>
>>>

At section part, English heading is still required. Because in many hypertext formats, link identifier is restricted into ASCII.

Verbatim paragraphs will be joined with one blank line.

EXAMPLE

(with ja.utf8)

=head1 NAME

Example - Example document
J<< ja;Example - サンプル >>

=head1 SEE ALSO

L<example/somewhere>
J<<< ja;
L<< example/somewhere J<ja;���> >>
>>>

=cut

sample convertion into pseudo hypertext.

[NAME:��]
  en) Example - Example document
  ja) Example - サンプル
[SEE ALSO:関連項目]
  en) "somewhere" in example (linkto:example/somewhere)
  ja) example 内 "���" (linkto:example/somewhere)

TODO

Multi lingual verbatim paragraph is not released.

J< en,ja;for English and Japanese >.

SEE ALSO

Pod::Parser

1 POD Error

The following errors were encountered while parsing the POD:

Around line 40:

Non-ASCII character seen before =encoding in 'サンプル'. Assuming CP1252