• Fabien Potencier's avatar
    merged branch GromNaN/patch-2 (PR #287) · 3fe1e25b
    Fabien Potencier authored
    Commits
    -------
    
    0676cd2a Use the application charset as default charset for `$app->escape()` method.
    
    Discussion
    ----------
    
    Use the application charset as default charset for $app->escape() method
    
    ---------------------------------------------------------------------------
    
    by igorw at 2012-03-21T11:47:47Z
    
    👍
    
    I'm curious, are you using something other than UTF-8?
    
    ---------------------------------------------------------------------------
    
    by GromNaN at 2012-03-21T12:04:21Z
    
    @igorw The database is encoded in ISO-8859-15. With this patch, I'll only have to change the app charset once the database converted to UTF-8.
    3fe1e25b
Name
Last commit
Last update
doc Loading commit data...
src/Silex Loading commit data...
tests/Silex/Tests Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
compile Loading commit data...
composer.json Loading commit data...
composer.lock Loading commit data...
example.htaccess Loading commit data...
phpunit.xml.dist Loading commit data...