working rss feed to nostr publish
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export function fromUtf8(input) {
|
||||
return new TextEncoder().encode(input);
|
||||
}
|
||||
export function toUtf8(input) {
|
||||
return new TextDecoder("utf-8").decode(input);
|
||||
}
|
||||
Reference in New Issue
Block a user