On Sun, 31 Aug 2003, joe user wrote:
[long discussion of string length in characters vs. bytes]
Actually varchar(N) in postgresql means the number of characters, not the
number of bytes, so you should not have to worry about how it is actually
encoded.
Kris Jurka