GNOME Bugzilla – Bug 83786
Galeon cuts off complete string after the first German umlaut in a JavaScript alert window
Last modified: 2004-12-22 21:47:04 UTC
If you create an empty HTML file just containing a valid JavaScript command to pop up an alert window and display any of the German umlauts "ä", "ö", "ü" or "ß" (respectively "ä", "ö", "ü", "ß"), for example the following code: <html> <head> <script language="JavaScript"> <!-- alert("beginningööööäääääüüüßßßßend"); //--> </script> <body></body> </html> then Galeon will cut off the whole string after the first umlaut. In this case, only "beginning" will be displayed in the alert box. I do not know if this is a Galeon bug or a bug concerning the Gnome component responsible for creating the alert box, but it would be nice to have it fixed somehow.
*** This bug has been marked as a duplicate of 62260 ***