normalizeUnicode
Unofficial
Normalizes the Unicode of the given text so that it can be searched and copied as typed.
Import:
import type { normalizeUnicode } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
function normalizeUnicode(text: string): stringParameters:
| Parameter | Type | Description |
|---|---|---|
text | string | The text to normalize. |
Returns: string — The normalized text.