diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-24 01:59:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-24 01:59:11 +0000 |
commit | 741d21d51269332de1b01cb32c21b5e26ae650d8 (patch) | |
tree | 4bf91104862bab6e2149b37349d9b06f39de45de /UPDATING | |
parent | efdfc4a48295e087b03d5af568a8b1451b43dd93 (diff) |
- notes for www/dillo-i18n 20060709 update
PR: ports/100743
Submitted by: Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=168591
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060723: + AFFECTS: users of www/dillo-i18n + AUTHOR: tmseck@netcologne.de + + Starting with version 20060709 the i18n version of Dillo encodes + the bookmark file using UTF-8 encoding. You can try to convert + your existing bookmark file with the bm-update script or you could + try to convert it by hand using iconv(1) from you current locale + to UTF-8, e.g. by calling 'iconv -f ISO-8859-1 -t UTF-8 ~/.dillo/bm.txt'. + + Please see the iconv documentation for further details. + 20060722: AFFECTS: users of games/phpua-* AUTHOR: miwi@FreeBSD.org |