vosch (Volkmar Schulz)
- Login: vosch
- Email: volkmar.schulz@pps.de
- Registered on: 07/05/2009
- Last sign in: 07/05/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/05/2009
-
07:12 AM Ruby Feature #1724 (Rejected): Support for "&*uml;"-HTML-codes in ERB::Util.html_escape (solution included)
- =begin
Certain language specific chars like the german "Umlaute" are represented in HTML with "ä" (ä), "ü" (ü) etc.
Since ERB::Util.html_escape escapes the & to become "&" one cannot use these HTML codes.
To work a...