codePage method
设置代码页及国际字符集,推荐UTF-8
Implementation
void codePage({required String n}) => RustLib.instance.api
.crateApiTsplTsplCommandBuildCodePage(that: this, n: n);
设置代码页及国际字符集,推荐UTF-8
void codePage({required String n}) => RustLib.instance.api
.crateApiTsplTsplCommandBuildCodePage(that: this, n: n);