Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Tags #27

Open
VicLo2020 opened this issue Oct 17, 2020 · 0 comments
Open

Tags #27

VicLo2020 opened this issue Oct 17, 2020 · 0 comments

Comments

@VicLo2020
Copy link

Hello
Tags are displayed incorrectly in Cyrillic.
You must use tag recoding.

Example:
public string toUtf8(string unknown)
{
if (string.IsNullOrEmpty(unknown)) return string.Empty;
return new string(unknown.ToCharArray().
Select(x => ((x + 848) >= 'А' && (x + 848) <= 'ё') ? (char)(x + 848) : x).
ToArray());
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant