summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen'ichi Fukamachi <fukachan@fml.org>2018-09-08 18:14:44 +0900
committerKen'ichi Fukamachi <fukachan@fml.org>2018-09-08 18:14:44 +0900
commit6683e36a032a4aea96f7d37708406e29f7590577 (patch)
tree5fc1a819d487ce1c857f80813ec7bc97f3051cc8
parentb9c2f6c2fc088e9896d573322708cf6769b97387 (diff)
downloadfml8-6683e36a032a4aea96f7d37708406e29f7590577.tar.gz
fml8-6683e36a032a4aea96f7d37708406e29f7590577.tar.bz2
fml8-6683e36a032a4aea96f7d37708406e29f7590577.zip
20180907: mime header handling e.g. "Subject" is switched to the current Perl UTF8 internal way.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9c9fb11c..4fc50e8d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Our plan in this year is to assign v8.0.0 to fml8.
## on going developement
+2018/09/07:
Toward 7.99.00 (8.0.0 BETA?),
-in another development branch (not commited to github yet),
-we are developing the internal encoded message handling
-to use the current Perl UTF8 internal way.
+fml8 internal mime header handling e.g. "Subject" handling
+is switched to the base on the current Perl UTF8 internal way.