Skip to content

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-public-latest';

Signature:

function normalizeUnicode(text: string): string

Parameters:

ParameterTypeDescription
textstringThe text to normalize.

Returns: string — The normalized text.