| Index: utils/string_encoding/Utf8.dart
|
| diff --git a/utils/string_encoding/Utf8.dart b/utils/string_encoding/Utf8.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..49acddd1eb870892b9d68a20e8256f6881b88680
|
| --- /dev/null
|
| +++ b/utils/string_encoding/Utf8.dart
|
| @@ -0,0 +1,8 @@
|
| +// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +#library("UTF8");
|
| +#import("UnicodeCore.dart");
|
| +#import("Unicode.dart");
|
| +#source("Utf8_impl.dart");
|
|
|