Telethon/telethon/extensions
Lonami Exo 4f80429215 Work on byte level when parsing markdown
Reasoning: instead encoding every character one by one as we
encounter them to use half their length as the correct offset,
we can simply encode the whole string at once as utf-16le and
work with that directly.
2017-11-06 10:29:32 +01:00
..
__init__.py Completely remove BinaryWriter from the project 2017-09-28 11:49:45 +02:00
binary_reader.py Fix .tgread_object not seeking back on TypeNotFoundError 2017-10-12 18:52:04 +02:00
markdown.py Work on byte level when parsing markdown 2017-11-06 10:29:32 +01:00
tcp_client.py Replace redundant isinstance calls with a tuple parameter 2017-10-13 11:39:34 +02:00