summaryrefslogtreecommitdiff
path: root/fml/doc/ja
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-06-10 10:22:44 +0000
committerfukachan <fukachan>2001-06-10 10:22:44 +0000
commitb1ec61df1404fbf7a7b2fb983e1295637f0d0a8e (patch)
treeb57629c4fca433080689cc6043e6cf4d956d9313 /fml/doc/ja
parent7d100264621de7703c4de1a98cd8270f2f291281 (diff)
downloadfml8-b1ec61df1404fbf7a7b2fb983e1295637f0d0a8e.tar.gz
fml8-b1ec61df1404fbf7a7b2fb983e1295637f0d0a8e.tar.bz2
fml8-b1ec61df1404fbf7a7b2fb983e1295637f0d0a8e.zip
move Language:: to FML::NL:: name space due to the function usage
Diffstat (limited to 'fml/doc/ja')
-rw-r--r--fml/doc/ja/tutorial/book.sgml3
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent3
-rw-r--r--fml/doc/ja/tutorial/internals/nativelanguage.sgml16
3 files changed, 20 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml
index 2b4be3db..98309b4a 100644
--- a/fml/doc/ja/tutorial/book.sgml
+++ b/fml/doc/ja/tutorial/book.sgml
@@ -2,7 +2,7 @@
This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above
to generate various output formats.
-$FML: book.sgml,v 1.9 2001/05/17 00:47:35 fukachan Exp $
+$FML: book.sgml,v 1.10 2001/05/17 04:00:43 fukachan Exp $
-->
<!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [
@@ -74,6 +74,7 @@ $FML: book.sgml,v 1.9 2001/05/17 00:47:35 fukachan Exp $
&chapter.programingstyle;
&chapter.message;
&chapter.modules;
+ &chapter.nl;
</part>
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index 4d9aa93b..3fc8a354 100644
--- a/fml/doc/ja/tutorial/include/chapters.ent
+++ b/fml/doc/ja/tutorial/include/chapters.ent
@@ -1,5 +1,5 @@
<!--
- $FML: chapters.ent,v 1.9 2001/05/17 04:00:44 fukachan Exp $
+ $FML: chapters.ent,v 1.10 2001/05/31 12:32:17 fukachan Exp $
-->
<!entity versin "1.1">
@@ -46,6 +46,7 @@
<!entity chapter.config.cf SYSTEM "internals/config.cf.sgml">
<!entity chapter.message SYSTEM "internals/message.sgml">
<!entity sect.errormessage SYSTEM "internals/errormessage.sgml">
+<!entity chapter.nl SYSTEM "internals/nativelanguage.sgml">
<!-- 開発 -->
diff --git a/fml/doc/ja/tutorial/internals/nativelanguage.sgml b/fml/doc/ja/tutorial/internals/nativelanguage.sgml
new file mode 100644
index 00000000..1a87203f
--- /dev/null
+++ b/fml/doc/ja/tutorial/internals/nativelanguage.sgml
@@ -0,0 +1,16 @@
+<!--
+ $FML: errormessage.sgml,v 1.3 2001/06/01 04:31:01 fukachan Exp $
+-->
+
+<chapter>
+ <title> 言語別の処理関数 </title>
+
+<para>
+fml 内部では言語に依存した変換処理が必要です。
+例えば、JIS と EUC の相互変換は随所で必要です。
+これはメールでは JIS が使われますが、
+プログラムでは EUC の方が扱いやすいためです。
+</para>
+
+
+</chapter>