punycode_converter

Creator: coderz1093

Last updated:

0 purchases

punycode_converter Image
punycode_converter Images
Add to Cart

Description:

punycode converter

Punycode converter #


punycode_converter provides methods for converting IDN (international domain names)
Usage #
import 'package:punycode_converter/punycode_converter.dart';

void main() {
final uri = Uri.parse('http://тетрадкадружбы.рф/страница');
print(uri.punyEncoded);
print(Punycode.domainEncode('bücher.com'));
}

copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.