punycode 1.0.0 copy "punycode: ^1.0.0" to clipboard
punycode: ^1.0.0 copied to clipboard

An implementation of the punycode algorithm.

example/punycode_example.dart

// Copyright (c) 2017, cl. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:punycode/punycode.dart';

void main() {
  const unicode = 'Bücher';
  var encoded = punycodeEncode(unicode);
  print('$unicode encoded is $encoded');
}
3
likes
110
pub points
90%
popularity

Publisher

unverified uploader

An implementation of the punycode algorithm.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on punycode