Data
- Data needed for the function to executepublic static interface EncodingUtils.TranscodeFallback<Data>
Modifier and Type | Method and Description |
---|---|
boolean |
call(ThreadContext context,
Data fallback,
org.jcodings.transcode.EConv ec)
Return a replacement character for the given byte range and encoding.
|
boolean call(ThreadContext context, Data fallback, org.jcodings.transcode.EConv ec)
context
- runtime state for the functionfallback
- data for the functionec
- the transcoder that stumbled over the characterCopyright © 2001-2019 JRuby. All Rights Reserved.