Extensions > FormTextConverters
| [FormTextConverters] Form Text Converters | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Adds some character conversion function to Text field and Textarea form fields of Form generatorThis extension adds some character conversion function to Text field and Textarea form fields of Form generator.
Tha latter is only available with PHP's mbstring extension although database fields would be added unconditionally. Unicode NormalizationUnicode Normalization is implemented with PHP PEAR I18N_UnicodeNormalizer and provides several conversion:
Not all of these conversion might be useful, but it might be convenient for data normalization. I wouldn't describe about these conversion here and please refer http://en.wikipedia.org/wiki/Unicode_equivalence in detail. And since I18N_UnicodeNormalizer installed as standard PEAR package might be cause the conflict of class name "Standard", this extension bundles I18N_UnicodeNormalizer 1.0.0. (It magically solve the problem and I know what was happened but what is the right solution now.) Miscellaneous Japanese character conversionThis is almost a wrapper for mb_convert_kana function of mbstring extension and these function is almost for the situation of Japanese character encoding world; there are differnt character codes for the same characters.
("full-width" and "half-width" isn't correct term with character codes but here I use as idiomatic expression.) And user sometimes input E-mail or URL with full-width characters without knowing the state of her/his input method. With this function, texts could be converted to common format and widely accept user's input data. There are several selections for conversion and not all combinations are useful.
| ||||||||||||
| Version | 1.0.1 stable | Type | Free | |||||||||
| Release date | 2012-01-06 | Category | Widget | |||||||||
| License | Two caluse BSD License | |||||||||||
| Copyright | © 2010-2012 Takahiro Kambe | |||||||||||
| Author | Takahiro Kambe (taca) http://www.contaocms.jp/ | |||||||||||
| Release notes and change log for 1.0.1 stable | Other versions | |||||||||||
2011-11-28 Takahiro Kambe
2011-03-07 Takahiro Kambe
2011-01-25 Takahiro Kambe
| 1.0.0 beta1 1.0.0 stable | |||||||||||
| Release downloads | 7 | Total downloads | 23 | |||||||||
| Release installs | 11 | Total installs | 21 | |||||||||
| Release updates | 3 | Total updates | 4 | |||||||||
| Dependencies of this extension | Other extensions depending on this one | |||||||||||
|
| |||||||||||
| Package | Size | Date |
|---|---|---|
| Contao_FormTextConverters_10000019_18.zip | 2310954 | 2012-05-19 02:00 |
