From: | Ennio-Sr <nasr(dot)laili(at)tin(dot)it> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Cc: | nasr(dot)laili(at)tin(dot)it |
Subject: | Re: how to ignore accents? |
Date: | 2005-04-03 16:22:54 |
Message-ID: | 20050403162254.GA4069@deby.ei.hnet |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
* Ennio-Sr <nasr(dot)laili(at)tin(dot)it> [020405, 18:45]:
>
> Sorry, I forgot to ask this in my previous post:
> Is there a better way to see all the codes used by postgres to map
> characters than trying them one by one?
> I mean: where should I look for to have a map similar to the one I get
> running (from a linux console):
> $ ascii ????
>
[For the benefit of future dummies like me :-) ]
A simple 'apropos octal' revealed the arcane:
Postgres uses octal notation. You can see non ascii chars with:
$ man iso-8859-1
Sorry for the moise. Regards,
Ennio.
--
[Perche' usare Win$ozz (dico io) se ..."anche uno sciocco sa farlo. \\?//
Fa' qualche cosa di cui non sei capace!" (diceva Henry Miller) ] (°|°)
[Why use Win$ozz (I say) if ... "even a fool can do that. )=(
Do something you aren't good at!" (as Henry Miller used to say) ]
From | Date | Subject | |
---|---|---|---|
Next Message | operationsengineer1 | 2005-04-03 20:46:55 | Database Encoding |
Previous Message | Steve Tucknott | 2005-04-03 13:18:46 | CREATE TYPE and %ROWTYPE |