Enhance the string formatter (used by printf()) so that the width and
commit21fee46eccb00400f15264ba0187377c137b963a
authorD. Richard Hipp <drh@hwaci.com>
Mon, 19 Feb 2018 22:46:19 +0000 (19 22:46 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Mon, 19 Feb 2018 22:46:19 +0000 (19 22:46 +0000)
treef68fe51b1f48dedb0c8da3c241eaa0969c494c64
parent3db4c4b5495a65944415378fe57ead15f19551f4
parent3d45e81b4bf2dfc91cc5f8d6865e691c0613e076
Enhance the string formatter (used by printf()) so that the width and
precision of string substitution operators refer to characters instead of
bytes when the alternate-form-2 flag ("!") is used.  Also fix the %c
substition to always work within unicode, regardless of the
alternate-form-2 flag.