diff --git a/src/www/gfse/TODO b/src/www/gfse/TODO
index 22974ebe0..42445e399 100644
--- a/src/www/gfse/TODO
+++ b/src/www/gfse/TODO
@@ -41,3 +41,6 @@
+ Bug! The startcat menu shows the first category by default, but the startcat
flag is actually not set until a selection is made from the menu.
+- Bug! In Opera it seems that grammars are sent with the wrong character
+ encoding to the server, preventing grammars containing ÅÄÖ or other non-ASCII
+ characters from working.
diff --git a/src/www/index.html b/src/www/index.html
index 0c1261590..eae755370 100644
--- a/src/www/index.html
+++ b/src/www/index.html
@@ -24,6 +24,7 @@
PGF web service API examples
diff --git a/src/www/translator/about.html b/src/www/translator/about.html
index a744cd097..90885ed89 100644
--- a/src/www/translator/about.html
+++ b/src/www/translator/about.html
@@ -32,14 +32,18 @@ closed and reopened later.
TODO
-
Test for browser compatibility (Safari & Firefox tested so far).
+
Text can be imported/exported by copying and pasting, but other ways
+ could be added.
+
Segmentation of imported text based on punctuation. (Currently, segments
+ must be separated by line breaks or blank lines.)
GF's lexer/unlexer is used to allow for more natural looking text, but
the unlexer does the wrong thing if the first word of a sentence is supposed
to be capitalized, e.g. "I am ready." and "Spanish wine is good."
-
Import/export text.
Cloud service.
Interface to other translation services.
Interface to grammar editor for grammar extension.
+
More browser compatibility testing (Chrome, Firefox & Safari tested
+ so far).
...
...
@@ -47,7 +51,7 @@ closed and reopened later.
- Last modified: Wed May 16 16:56:22 CEST 2012
+ Last modified: Sun May 27 17:56:48 CEST 2012