blob: abc3f842e72d4c82d979688448b5164afac5d892 [file] [log] [blame]
// Copyright (c) 2012, 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 dart.utf;
import "dart:async";
part "utf_core.dart";
part "utf_stream.dart";
part "utf8.dart";
part "utf16.dart";
part "utf32.dart";