diff options
| author | fukachan <fukachan> | 2005-09-28 11:05:48 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-09-28 11:05:48 +0000 |
| commit | 8ff58391fa2519616abc3fdc8929f9c8cafbb9a0 (patch) | |
| tree | 17a189889db62f1608b4e92023f320153bf0f976 /fml/doc/en/tutorial/internals/language.sgml | |
| parent | d4c6b7a0d8d7d8d7bfffee7d1f2d8c15950bc194 (diff) | |
| download | fml8-8ff58391fa2519616abc3fdc8929f9c8cafbb9a0.tar.gz fml8-8ff58391fa2519616abc3fdc8929f9c8cafbb9a0.tar.bz2 fml8-8ff58391fa2519616abc3fdc8929f9c8cafbb9a0.zip | |
clean up
Diffstat (limited to 'fml/doc/en/tutorial/internals/language.sgml')
| -rw-r--r-- | fml/doc/en/tutorial/internals/language.sgml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fml/doc/en/tutorial/internals/language.sgml b/fml/doc/en/tutorial/internals/language.sgml index dc4aa124..439518f4 100644 --- a/fml/doc/en/tutorial/internals/language.sgml +++ b/fml/doc/en/tutorial/internals/language.sgml @@ -1,23 +1,23 @@ <!-- - $FML: language.sgml,v 1.3 2004/10/06 09:07:39 fukachan Exp $ + $FML: language.sgml,v 1.1 2005/07/27 12:21:36 fukachan Exp $ --> <chapter id="language.preference"> <title> - Language preference in processing + Language Preference In Processing </title> <sect1 id="language.preference.overview"> <title> - Problems of language preference + Problems Of Language Preference </title> <para> The simplest model is that we suppose we should return the japanese -message when the ML is configures as for Japanese. -This model needs the language of a ML is fixed. +message when the ML is configured as for Japanese. +This model needs that the language of a ML is fixed. This ML always returns the error message in Japanese. </para> @@ -35,7 +35,7 @@ with the body content "help" (English) ? In that case we cannot determine we should return the reply in us-ascii or iso-2022-jp. For example, how about the following example ? <screen> -Example: +[Example] From: rudo@example.co.jp Subject: help @@ -49,9 +49,9 @@ help <para> We should return the English reply message based on charset information since this message contains English only, so charset is -us-ascii. But this case we should return Japanese message since the +us-ascii. But in this case we should return Japanese message since the sender is a Japanese. So we should return the help message in both -English and Japanese if the ML is configures as Japanese +English and Japanese if the ML is configured as Japanese preferrable. If English is preferrable, the reply is English only. </para> @@ -68,12 +68,12 @@ Japanese help message. <sect1 id="language.preference.ml.ja"> <title> - Japanese preferred ML + Japanese Preferred ML </title> <para> language_preference_order variable controls the behaviour. -By default, an ML for Japanese is configures as +By default, an ML for Japanese is configured as <screen> language_preference_order = ja en </screen> |
