Closed pali closed 4 years ago
Do not decode or throw error when incomplete sequence is on decode input and STOP_AT_PARTIAL flag was set. This fixes decoding of escaped (multibyte) GSM characters when they are present at buffer boundary without need for requiring line buffering.
@dankogai: Could you please look at this patch?
Sorry I must have overlooked.
Do not decode or throw error when incomplete sequence is on decode input and STOP_AT_PARTIAL flag was set. This fixes decoding of escaped (multibyte) GSM characters when they are present at buffer boundary without need for requiring line buffering.