[Mono-bugs] [Bug 73072][Nor] Changed - Wrong encoding in output from Postrgres (MySQL reported to fail too!) in Datagrid.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Feb 2005 05:37:20 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by pommes@teleos-web.de.

http://bugzilla.ximian.com/show_bug.cgi?id=73072

--- shadow/73072	2005-02-27 05:24:23.000000000 -0500
+++ shadow/73072.tmp.422	2005-02-27 05:37:20.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 73072
 Product: Mono: Tools
 Version: 1.0
 OS: unknown
 OS Details: Linux FC 3
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: XSP
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: pommes@teleos-web.de               
@@ -54,6 +54,30 @@
 I need a test case to reproduce this.
 
 ------- Additional Comments From pommes@teleos-web.de  2005-02-27 05:24 -------
 Created an attachment (id=14435)
 Archive contains files to reproduce encoding problem with PostgreSQL database. (Extract to /var/www/html/ or wherever you located your web root )
 
+
+------- Additional Comments From pommes@teleos-web.de  2005-02-27 05:37 -------
+The added  attachment contains a index.aspx and index.cs for 
+page creation.
+The UserTable.txt contains table definition for postgres database
+table. (Exported with pgadmin3, so you should be able to import it
+with pgadmin3 or even with commandline psql -u User -d Databas -h Host
+ <UserTable.txt .
+Hope you can handle the german special characters when importing.
+You have to adjust the database login parameters in the codebehind
+file to fullfill your needs. 
+
+I added also 2 png's (png to avoid transmission problems)  to show the
+differences between the mod_mono output and the xsp (on port 8080) output.
+
+I also made further inspections. The problem does not occur when
+working with textfiles (of course with the right encoding) .
+I left the testcode in the codebehind file, so you can see by yourself.
+
+Hope it helps somehow.
+If you have a problem with the databasetable, I can dump the whole
+database with all users etc (it's not big), but I will not transmit it
+via a public channel. Drop a message if you are in need of the whole
+database, I will upload it to my ftp or something...