Differences
This shows you the differences between two versions of the page.
| |
| lib:decoder [2019/01/08 08:08] – created sprowell | lib:decoder [2019/01/08 08:09] (current) – sprowell |
|---|
| ====== Reading Character by Character ====== | ====== Reading Character by Character ====== |
| |
| You can use the ''relision::decoder'' module to iterate through a stream character by character. The decoder is based on the [[Encoding Standard|https://encoding.spec.whatwg.org/]] and handles UTF-8 and UTF-16 little- and big-endian. | You can use the ''relision::decoder'' module to iterate through a stream character by character. The decoder is based on the [[https://encoding.spec.whatwg.org/|Encoding Standard]] and handles UTF-8 and UTF-16 little- and big-endian. |
| |
| Using this is pretty simple. | Using this is pretty simple. |