On Wed, Jun 28, 2017 at 1:58 PM, Junio C Hamano wrote:
> Stefan Beller writes:
>
>> On Wed, Jun 28, 2017 at 1:38 PM, Junio C Hamano wrote:
>>> The helper function utf8_fprintf(fp, ...) has exactly the same
>>> effect to the output stream fp as fprintf(fp, ...) does, and the
>>> only difference i
Stefan Beller writes:
> On Wed, Jun 28, 2017 at 1:38 PM, Junio C Hamano wrote:
>> The helper function utf8_fprintf(fp, ...) has exactly the same
>> effect to the output stream fp as fprintf(fp, ...) does, and the
>> only difference is that its return value counts in display columns
>> consumed (
On Wed, Jun 28, 2017 at 1:38 PM, Junio C Hamano wrote:
> The helper function utf8_fprintf(fp, ...) has exactly the same
> effect to the output stream fp as fprintf(fp, ...) does, and the
> only difference is that its return value counts in display columns
> consumed (assuming that the payload is e
The helper function utf8_fprintf(fp, ...) has exactly the same
effect to the output stream fp as fprintf(fp, ...) does, and the
only difference is that its return value counts in display columns
consumed (assuming that the payload is encoded in UTF-8), as opposed
to number of bytes.
There is no re
4 matches
Mail list logo