regexp,regsub: utf8: Fix incorrect count with . matches
commitc596e023b75e2e17a9b338ac0ba09a51fd5995a9
authorSteve Bennett <steveb@workware.net.au>
Fri, 1 Nov 2019 06:56:20 +0000 (1 16:56 +1000)
committerSteve Bennett <steveb@workware.net.au>
Fri, 1 Nov 2019 06:59:55 +0000 (1 16:59 +1000)
treeed008e58fa98b13508186080b7d458971d599be1
parent4d95af99120bfcfef74b544934efafdfc2563e88
regexp,regsub: utf8: Fix incorrect count with . matches

Internally bytes were being counted rather than characters

Reported-by: dbohdan <dbohdan@dbohdan.com>
Signed-off-by: Steve Bennett <steveb@workware.net.au>
jimregexp.c