mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
LibUnicode: Add Punycode::encode
This commit is contained in:
parent
299d35aadc
commit
cfd0a60863
3 changed files with 132 additions and 0 deletions
|
@ -11,5 +11,7 @@
|
|||
namespace Unicode::Punycode {
|
||||
|
||||
ErrorOr<String> decode(StringView);
|
||||
ErrorOr<String> encode(StringView);
|
||||
ErrorOr<String> encode(Utf32View);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue