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

outdatedDart 1 only

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
0
pub points
91%
popularity

Publisher

unverified uploader

An implementation of the punycode algorithm.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on punycode