On Sun, 19 Oct 2003, culley harrelson wrote:
> It seems to me that these values should be the same:
>
> select 'lydia eugenia treviño', convert('lydia eugenia treviño' using
> ascii_to_utf_8);
>
> but they seem to be different. What am I missing?
I don't think the marked n is a valid ascii character (it might be
extended ascii, but that's different and not really standard afaik).
You're probably getting the character associated with the lower 7 bits.