def forced_binary_encoding?: () -> bool
def forced_binary_encoding?: () -> bool
Save the content_loc
location using the given saved source so that it can be retrieved later.
def forced_binary_encoding?: () -> bool
def forced_binary_encoding?: () -> bool
Save the content_loc
location using the given saved source so that it can be retrieved later.
Returns the offset from the start of the file for the given byte offset counting in code units for the given encoding.
This method is tested with UTF-8, UTF-16, and UTF-32. If there is the concept of code units that differs from the number of characters in other encodings, it is not captured here.
We purposefully replace invalid and undefined characters with replacement characters in this conversion. This happens for two reasons. First, it’s possible that the given byte offset will not occur on a character boundary. Second, it’s possible that the source code will contain a character that has no equivalent in the given encoding.
Generate a cache that targets a specific encoding for calculating code unit offsets.