projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c891c53
)
Add UTF-8 in uppercase since it is so common
author
Jordi Boggiano
<j.boggiano@seld.be>
Mon, 6 May 2013 12:15:40 +0000 (14:15 +0200)
committer
Jordi Boggiano
<j.boggiano@seld.be>
Mon, 6 May 2013 12:15:40 +0000 (14:15 +0200)
lib/Twig/Extension/Core.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Extension/Core.php
b/lib/Twig/Extension/Core.php
index
8d984eb
..
36d7a9c
100644
(file)
--- a/
lib/Twig/Extension/Core.php
+++ b/
lib/Twig/Extension/Core.php
@@
-871,7
+871,7
@@
function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html',
static $htmlspecialcharsCharsets = array(
'iso-8859-1' => true, 'iso8859-1' => true,
'iso-8859-15' => true, 'iso8859-15' => true,
- 'utf-8' => true,
+ 'utf-8' => true, 'UTF-8' => true,
'cp866' => true, 'ibm866' => true, '866' => true,
'cp1251' => true, 'windows-1251' => true, 'win-1251' => true,
'1251' => true,