Re: BUG #10589: hungarian.stop file spelling error

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: "zsoros(at)gmail(dot)com" <zsoros(at)gmail(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #10589: hungarian.stop file spelling error
Date: 2014-06-10 18:29:11
Message-ID: 1402424951.18051.YahooMailNeo@web122305.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"zsoros(at)gmail(dot)com" <zsoros(at)gmail(dot)com> wrote:

> I'm sorry, I can't give you the utf8 byte sequence for 'ő'

A quick copy/paste from your email into psql (using UTF-8 encoding)
shows:

test=# select to_hex(ascii('ő'));
 to_hex
--------
 151
(1 row)

test=# select E'\u0151', convert_to(E'\u0151', 'UTF8');
 ?column? | convert_to
----------+------------
 ő        | \xc591
(1 row)

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message eike 2014-06-10 18:37:19 BUG #10591: setting newly added columns to null is slow
Previous Message Jeff Janes 2014-06-10 16:02:35 Re: Many processes blocked at ProcArrayLock!