Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: (m)-flag for boundary cases
- X-seq: zsh-workers 40871
- From: Sebastian Gniazdowski <psprint3@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: (m)-flag for boundary cases
- Date: Mon, 20 Mar 2017 09:00:46 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=3bsYyylnTTuTMlgM9qrHhaPqGR0mO NOvTOCNOKIYE2Y=; b=e2SWItVyyzRy6iF+N63m6qWpgLFnZF8PD5Jv6gQvAc277 G5KCg8cLMVjACwKDfm3lHs0OyfgpugnQ7DEmHPJdB/1NvDAoPyHtDEKO/MfnsXd0 fILHu+lJAy7xOQAsXdtGHAQ9y9r0mKR3RPHiToaiTMLK3WpDoWIaw8QyXgP7A4lz C3jXcaCZH4gXDxWS6ixtVyNE/57R4NWTxv8gE9CwcXKxDoT1SZZQsAZqQt2inqcl ubxdesWlpPx5raw0rM3nYhUh6l6qdMzaixh9hx+XZx3RvWdKNrqHQxA3ddXvUqzm DISnGGI5Efxq9ubyfobGHEOht4jTFAaLGaiOCBQRw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=3bsYyy lnTTuTMlgM9qrHhaPqGR0mONOvTOCNOKIYE2Y=; b=BW1xukaC2aBqpQIuuzDRPH 4ZOYhmxhMq2YU4B57m2cdA7wOQhjTnqWVKeNQgQ+kgFLIDnPiNYcmqd9S0NmrP/d z2k89nzMMmkEjeDO90oqDIwGmgcFt/NClrytPrDn8P7copRbiNratkyOZYp3jtzk tFc5jBwHwczce4JtPxhngSjqttcQgk/0l8D/ch4okkJWE7vkBuHLg0h+hVvbsmsi PYk5qUOwc6YxgVEYqcoEesFUld0LoAldNnusRC78Z0ZrASeQJw37mTB4Us9iI7d3 0b7iN0H4QQFZJfzrcpUl/vwz1y7zP7eOqTnUfA6WZ8rCLKVNEZIavp9ZIx2A3atw ==
- In-reply-to: <1490020425.2614066.917182456.0E56E387@webmail.messagingengine.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1490020425.2614066.917182456.0E56E387@webmail.messagingengine.com>
On the other side, current padding never adds the padding character
unless the string is shorter than the given limit. With the change, it
would add "_" as described "漢_", suggesting there are no other
characters.
Maybe it should be: not add "_", but do skip the not-fitting character.
This would not meet the "constant length" property..
--
Sebastian Gniazdowski
psprint3@xxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author