------------------------------------------------------------
revno: 1042
committer: Jon Phillips <[email protected]>
branch nick: public
timestamp: Wed 2012-01-25 14:58:05 +0800
message:
  * found a still present uft-8 for encoding in the code!!! changed to utf-8
modified:
  libs/Output.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/Output.php'
--- libs/Output.php	2012-01-19 07:04:41 +0000
+++ libs/Output.php	2012-01-25 06:58:05 +0000
@@ -84,7 +84,7 @@
 	*/
 
 	$corrections= array(
-		"utf8" =>"uft-8", //mysql, postgre
+		"utf8" =>"utf-8", //mysql, postgre
 		"latin1" => "ISO-8859-1",
 		"latin2" => "ISO-8859-2",
 		"latin5" => "ISO-8859-9",

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to