| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| # Split the text into well-formed parts. | ||
| esm_class = consts.SMPP_GSMFEAT_UDHI | ||
| # FIXME: 7-bit encoding has variable-length characters. | ||
| # FIXME: it means that a character may be broken by splitting. |
There was a problem hiding this comment.
Just had a thought that there's another issue too. We check len(text) but later we split encoded byte-string. It means that 2-byte characters are encountered as they were 1-octet characters.
Sorry, something went wrong.
|
NIce |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This should close #49 and #53.