This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is a list of scopes to use in Sublime Text 2 snippets - | |
ActionScript: source.actionscript.2 | |
AppleScript: source.applescript | |
ASP: source.asp | |
Batch FIle: source.dosbatch | |
C#: source.cs | |
C++: source.c++ | |
Clojure: source.clojure | |
CoffeeScript: source.coffee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git library/Zend/I18n/Filter/Alnum.php library/Zend/I18n/Filter/Alnum.php | |
index a18e4e6..c42d5c6 100644 | |
--- library/Zend/I18n/Filter/Alnum.php | |
+++ library/Zend/I18n/Filter/Alnum.php | |
@@ -38,6 +38,7 @@ class Alnum extends AbstractLocale | |
protected $options = array( | |
'locale' => null, | |
'allow_white_space' => false, | |
+ 'depend_on_locale' => false, | |
); |