From bfca80f976c19b4b004b8a0ca3b9928130a282ed Mon Sep 17 00:00:00 2001 From: Colin Loretz Date: Fri, 20 Jun 2025 19:36:30 +0000 Subject: [PATCH] Fix {sidebar_label} in title tab --- .../how-to/handle-special-characters-display-names.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/discord-social-sdk/how-to/handle-special-characters-display-names.mdx b/docs/discord-social-sdk/how-to/handle-special-characters-display-names.mdx index 5d1bce7a45..cb4a251c45 100644 --- a/docs/discord-social-sdk/how-to/handle-special-characters-display-names.mdx +++ b/docs/discord-social-sdk/how-to/handle-special-characters-display-names.mdx @@ -4,7 +4,7 @@ sidebar_label: Handle Special Characters in Display Names [Home](/docs/intro) > [Discord Social SDK](/docs/discord-social-sdk/overview) > [How To](/docs/discord-social-sdk/how-to) > {sidebar_label} -# How To {sidebar_label} +# How To Handle Special Characters in Display Names The Social SDK [recommends](https://discord.com/developers/docs/discord-social-sdk/development-guides/creating-a-unified-friends-list#step-1-fetch-relationships) using an account's [Display Name](https://discord.com/developers/docs/slayer-sdk/classdiscordpp_1_1UserHandle.html#af6447fa2011bfa4fcd7e55bc56847f5c) in the Unified Friends List. However, Display Names support a large set of characters across the Unicode spec, and some of these characters may not be supported in a game's specified font.