Thread

  1. BUG #2084: Add WIN1253 to CLIENT_ENCODING encodings

    Stefanos Kozanis <s.kozanis@itia.ntua.gr> — 2005-12-01T12:45:05Z

    The following bug has been logged online:
    
    Bug reference:      2084
    Logged by:          
    Email address:      S.Kozanis@itia.ntua.gr
    PostgreSQL version: 8.0.1
    Operating system:   Debian GNU/Linux 3.1
    Description:        Add WIN1253 to CLIENT_ENCODING encodings
    Details: 
    
    This encoding (WIN1253) is essential for Windows database application in
    order to display correctly string in Greek language.
    
    Alternatively we are using the iso encoding (ISO_8859_7) that does not
    display correctly some characters in Microsoft Windows enviroments (that is
    the accented capital Alpha, and some others characters).
    
    
  2. Re: BUG #2084: Add WIN1253 to CLIENT_ENCODING encodings

    Bruce Momjian <pgman@candle.pha.pa.us> — 2005-12-01T18:01:52Z

    We will need someone to add this encoding.  Right now I don't know
    anyone working on it.
    
    ---------------------------------------------------------------------------
    
    S.Kozanis@itia.ntua.gr wrote:
    > 
    > The following bug has been logged online:
    > 
    > Bug reference:      2084
    > Logged by:          
    > Email address:      S.Kozanis@itia.ntua.gr
    > PostgreSQL version: 8.0.1
    > Operating system:   Debian GNU/Linux 3.1
    > Description:        Add WIN1253 to CLIENT_ENCODING encodings
    > Details: 
    > 
    > This encoding (WIN1253) is essential for Windows database application in
    > order to display correctly string in Greek language.
    > 
    > Alternatively we are using the iso encoding (ISO_8859_7) that does not
    > display correctly some characters in Microsoft Windows enviroments (that is
    > the accented capital Alpha, and some others characters).
    > 
    > ---------------------------(end of broadcast)---------------------------
    > TIP 3: Have you checked our extensive FAQ?
    > 
    >                http://www.postgresql.org/docs/faq
    > 
    
    -- 
      Bruce Momjian                        |  http://candle.pha.pa.us
      pgman@candle.pha.pa.us               |  (610) 359-1001
      +  If your life is a hard drive,     |  13 Roberts Road
      +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
    
    
  3. Re: BUG #2084: Add WIN1253 to CLIENT_ENCODING encodings

    Stefanos Kozanis <s.kozanis@itia.ntua.gr> — 2005-12-13T09:32:57Z

    Thank you for your attention,
    
    For your convenience, I send you two charts describing
    the two (almost similar) encodings in order to use them
    when someone works on this bug.
    
    http://www.fileformat.info/info/charset/windows-1253/grid.htm
    http://www.fileformat.info/info/charset/ISO-8859-7/grid.htm
    
    The only difference in local symbols between the two
    encodings is on the Greek accented capital "A"
    (looks like 'A).
    
    Other (non local) win1253 symbols inherit from the
    standard win1252 (Latin) encoding.
    
    Thanking you,
    
    Stefanos Kozanis
    
    Bruce Momjian wrote:
    > We will need someone to add this encoding.  Right now I don't know
    > anyone working on it.
    > 
    > ---------------------------------------------------------------------------
    > 
    > S.Kozanis@itia.ntua.gr wrote:
    > 
    >>The following bug has been logged online:
    >>
    >>Bug reference:      2084
    >>Logged by:          
    >>Email address:      S.Kozanis@itia.ntua.gr
    >>PostgreSQL version: 8.0.1
    >>Operating system:   Debian GNU/Linux 3.1
    >>Description:        Add WIN1253 to CLIENT_ENCODING encodings
    >>Details: 
    >>
    
    
  4. Re: BUG #2084: Add WIN1253 to CLIENT_ENCODING encodings

    Bruce Momjian <pgman@candle.pha.pa.us> — 2006-06-14T23:07:59Z

    Added to TODO list.
    
    ---------------------------------------------------------------------------
    
    Stefanos Kozanis wrote:
    > Thank you for your attention,
    > 
    > For your convenience, I send you two charts describing
    > the two (almost similar) encodings in order to use them
    > when someone works on this bug.
    > 
    > http://www.fileformat.info/info/charset/windows-1253/grid.htm
    > http://www.fileformat.info/info/charset/ISO-8859-7/grid.htm
    > 
    > The only difference in local symbols between the two
    > encodings is on the Greek accented capital "A"
    > (looks like 'A).
    > 
    > Other (non local) win1253 symbols inherit from the
    > standard win1252 (Latin) encoding.
    > 
    > Thanking you,
    > 
    > Stefanos Kozanis
    > 
    > Bruce Momjian wrote:
    > > We will need someone to add this encoding.  Right now I don't know
    > > anyone working on it.
    > > 
    > > ---------------------------------------------------------------------------
    > > 
    > > S.Kozanis@itia.ntua.gr wrote:
    > > 
    > >>The following bug has been logged online:
    > >>
    > >>Bug reference:      2084
    > >>Logged by:          
    > >>Email address:      S.Kozanis@itia.ntua.gr
    > >>PostgreSQL version: 8.0.1
    > >>Operating system:   Debian GNU/Linux 3.1
    > >>Description:        Add WIN1253 to CLIENT_ENCODING encodings
    > >>Details: 
    > >>
    > 
    > ---------------------------(end of broadcast)---------------------------
    > TIP 6: explain analyze is your friend
    > 
    
    -- 
      Bruce Momjian   http://candle.pha.pa.us
      EnterpriseDB    http://www.enterprisedb.com
    
      + If your life is a hard drive, Christ can be your backup. +
    
    
  5. Re: BUG #2084: Add WIN1253 to CLIENT_ENCODING encodings

    Kris Jurka <books@ejurka.com> — 2006-06-14T23:15:39Z

    
    On Wed, 14 Jun 2006, Bruce Momjian wrote:
    
    >
    > Added to TODO list.
    
    Already done.
    
    http://archives.postgresql.org/pgsql-committers/2006-02/msg00299.php
    
    Kris Jurka
    
    
    
  6. Re: BUG #2084: Add WIN1253 to CLIENT_ENCODING encodings

    Bruce Momjian <pgman@candle.pha.pa.us> — 2006-06-14T23:19:16Z

    Oh, forgot again.  These emails are too old for my memory, it seems.
    
    ---------------------------------------------------------------------------
    
    Kris Jurka wrote:
    > 
    > 
    > On Wed, 14 Jun 2006, Bruce Momjian wrote:
    > 
    > >
    > > Added to TODO list.
    > 
    > Already done.
    > 
    > http://archives.postgresql.org/pgsql-committers/2006-02/msg00299.php
    > 
    > Kris Jurka
    > 
    > 
    > ---------------------------(end of broadcast)---------------------------
    > TIP 9: In versions below 8.0, the planner will ignore your desire to
    >        choose an index scan if your joining column's datatypes do not
    >        match
    > 
    
    -- 
      Bruce Momjian   http://candle.pha.pa.us
      EnterpriseDB    http://www.enterprisedb.com
    
      + If your life is a hard drive, Christ can be your backup. +