public class CifReplacingEncoderFallback
extends com.aspose.ms.System.Text.EncoderFallback
Encoder fallback that replaces out of codepage characters with CIF sequence
| Constructor and Description |
|---|
CifReplacingEncoderFallback() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Text.EncoderFallbackBuffer |
createFallbackBuffer()
Creates the actual fallback buffer
|
int |
getMaxCharCount()
For surrogate pair of two UTF-16 characters that are encoded as two consequent CIF entries in AutoCad format (slash-escaped) it is 14, so we return 14
|
public int getMaxCharCount()
For surrogate pair of two UTF-16 characters that are encoded as two consequent CIF entries in AutoCad format (slash-escaped) it is 14, so we return 14
getMaxCharCount in class com.aspose.ms.System.Text.EncoderFallbackpublic com.aspose.ms.System.Text.EncoderFallbackBuffer createFallbackBuffer()
Creates the actual fallback buffer
createFallbackBuffer in class com.aspose.ms.System.Text.EncoderFallback