From 9631b8c9aa001bf61c9309fe1e016d8f94c752aa Mon Sep 17 00:00:00 2001 From: Silvio <silvio@devlet.com.br> Date: Wed, 12 May 2010 10:30:22 -0300 Subject: Minor charset fix --- tests/index.php | 2 +- tests/read.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/index.php b/tests/index.php index 5a14f22..27b3993 100644 --- a/tests/index.php +++ b/tests/index.php @@ -21,7 +21,7 @@ $isis = new CinisisDb(); // Test connection. if ($isis->db) { - $result = $isis->db->read(1); + $result = $isis->db->read(430); $rows = $isis->db->rows(); // Format output. diff --git a/tests/read.php b/tests/read.php index 146234c..2cb49ac 100644 --- a/tests/read.php +++ b/tests/read.php @@ -7,7 +7,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=cp850" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> -- cgit v1.2.3