0 purchases
wcwidth
wcwidth #
wcwidth for Dart
Usage #
import 'package:wcwidth/wcwidth.dart';
'A'.wcwidth(); // 1
'你好'.wcwidth(); // 4
'wcwidth'.wcwidth(); // 7
'123😄def'.wcwidth(); // 8
copied to clipboard
Reference #
EastAsianWidth.txt
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.