We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404a7cb commit 383e164Copy full SHA for 383e164
src/lib/utils/html.ts
@@ -72,7 +72,7 @@ export function createNormalizedUrl(url: string) {
72
codePoints[i] = Chars.UNDERSCORE;
73
}
74
75
- return String.fromCharCode(...codePoints);
+ return String.fromCodePoint(...codePoints);
76
77
78
const enum Chars {
0 commit comments