How to strip the 8th bit in a KOI8-R encoded character so as to have translit for a Russian letter? In particular, how to make it in Python?
|
|
Assuming s is a KOI8-R encoded string you could try this:
The 8th bit is stripped by the |
||
|
|
Here is one way:
I don't know if Python provides a cleaner way to do this kind of operations :) |
||
|
|
|
|
I'm not exactly sure what you want, but if you want to zero the 8th bit, it can be done like this:
|
||||
|
