Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthordelia
    • CommentTimeJun 24th 2008
     
    Hi,
    i use the UTF-8 charset in the whole application (database, views, controllers, etc), but for a strange reason, when i render the data from the controller to the view, it seems that the charset is missing or something, and some strange characters appears when there must be ñ's, tildes, etc.... The data are ok from model to controller. But not from controller to view. must i set any parameter in the framework or something?

    thanks!!
    Delia
    • CommentAuthordelia
    • CommentTimeJun 24th 2008
     
    i've found the problem.
    in the ApplicationController i'd set the function __construct to force de UTF-8 for the database, and in the controller i'd forgotten to call parent::__construct();

    thanks!
Add your comments
    Username Password
  • Format comments as