| Index: pkg/intl/lib/bidi_formatter.dart
|
| diff --git a/pkg/intl/lib/bidi_formatter.dart b/pkg/intl/lib/bidi_formatter.dart
|
| index 6ae39829e4154e7224ee76f6c7c79ff4b77a5045..0e5bee674fe9402fc742cb559a5bc5e3f68916f4 100644
|
| --- a/pkg/intl/lib/bidi_formatter.dart
|
| +++ b/pkg/intl/lib/bidi_formatter.dart
|
| @@ -85,7 +85,11 @@ class BidiFormatter {
|
| * Escapes HTML-special characters of [text] so that the result can be
|
| * included verbatim in HTML source code, either in an element body or in an
|
| * attribute value.
|
| + *
|
| + * *htmlEscape* is deprecated. Use [HtmlEscape] from the `dart:convert`
|
| + * package. *htmlEscape* will be removed the 30th of September 2013.
|
| */
|
| + // TODO(kevmoo) Remove this!
|
| @deprecated
|
| String htmlEscape(String text) => HTML_ESCAPE.convert(text);
|
|
|
|
|