mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 08:36:37 +00:00
Adding Korean language tests Addresses #6393
This commit is contained in:
@@ -36,7 +36,8 @@ namespace Jellyfin.Extensions
|
||||
}
|
||||
}
|
||||
|
||||
return withoutDiactritics.ToString().Normalize(NormalizationForm.FormC);
|
||||
string normalizedText = withoutDiactritics.ToString().Normalize(NormalizationForm.FormC);
|
||||
return normalizedText;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user