Sedlexing.Latin1SourceCreate a lexbuf from a Latin1 encoded stream (ie a stream of Unicode code points in the range 0..255)
Create a lexbuf from a Latin1 encoded input channel. The client is responsible for closing the channel.
As Sedlexing.lexeme with a result encoded in Latin1. This function throws an exception InvalidCodepoint if it is not possible to encode the result in Latin1.
As Sedlexing.sub_lexeme with a result encoded in Latin1. This function throws an exception InvalidCodepoint if it is not possible to encode the result in Latin1.