| Index: pkg/utf/lib/src/utf/utf_stream.dart
|
| diff --git a/pkg/utf/lib/utf_stream.dart b/pkg/utf/lib/src/utf/utf_stream.dart
|
| similarity index 98%
|
| rename from pkg/utf/lib/utf_stream.dart
|
| rename to pkg/utf/lib/src/utf/utf_stream.dart
|
| index bb36dca22368ca4f9e83a0ddbebb78813b085431..2b460d01e9123e55336aa078e0dc5c8537a7eb70 100644
|
| --- a/pkg/utf/lib/utf_stream.dart
|
| +++ b/pkg/utf/lib/src/utf/utf_stream.dart
|
| @@ -205,7 +205,7 @@ class Utf8EncoderTransformer extends _StringEncoder {
|
| List<int> _processString(String string) {
|
| var bytes = [];
|
| int pos = 0;
|
| - List<int> codepoints = _utf16CodeUnitsToCodepoints(string.codeUnits);
|
| + List<int> codepoints = utf16CodeUnitsToCodepoints(string.codeUnits);
|
| int length = codepoints.length;
|
| for (int i = 0; i < length; i++) {
|
| int additionalBytes;
|
|
|