Поддержка emoji в telegram - #34
Closed
240596448 wants to merge 2 commits into
Closed
Conversation
EvilBeaver
reviewed
Jul 21, 2024
Member
There was a problem hiding this comment.
Что-то странное. Зачем парсить строку и создавать из нее соответствие? Почему не сделать просто соответствие? Плюс, я не уверен, что надо парсить поразрядно hex-буквы, разве их не попарно (байты) надо обрабатывать?
Contributor
Author
There was a problem hiding this comment.
- Когда 1Сникам скучно - они пишут такой код.
- На счет парности - хороший вопрос. Нужно перепроверить.
Contributor
Author
|
Похоже последний коммит залетел сюда случайно |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Добавил поддержку emoji в телеграм в форматах
\U0000FFиU+0000FFПараметры убрал в тело запроса (иначе требовалось дорабатывать экранирование символов сообщения в адресной строке)