I would do this last query searching for the 0xC29F character WITHOUT the upper() function on the source table, in the native (to table) UTF8 client encoding. No result either?<div><br></div><div><br></div><div>Rob<br><br>
<div class="gmail_quote">2009/10/16 Arnaud Lesauvage <span dir="ltr"><arnaud.listes@codata.eu></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Arnaud Lesauvage a écrit :<div class="im">
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
But then, if I dump it through a query to have my field in uppercase, I get an error 'character 0xc29f of encoding UTF8 has no equivalent in WIN1252' (translated by myself, the message is in French)<br>
The command is simply :<br>
pgsql2shp -f myouput.shp -u postgres -g mygeom mydatabase "SELECT upper(mytext) as mytext, mygeom FROM mytemptable"<br>
</blockquote>
<br></div>
OK, I narrowed down the problem to the WIN1252 encoding.<br>
Using LATIN1 or LATIN9 for instance works correctly.<br>
Since my application seems to work with LATIN9, I'll go with it.<br>
<br>
I am still perplex though. What is this 0xc29f character ? An internet search tells me that this is some Kanju character. I am quite confident that if this is true, it would not convert any better to LATIN9 than to WIN1252.<br>

<br>
Also, doing a search like :<br>
SELECT * FROM mytable WHERE upper(myflied) ILIKE u&'%c29f%';<br>
Gives me 0 result.<br>
Am I wrong to think that the error 'character 0xc29f of UTF8' relates to the character with code point C29F in UTF8 ?<br>
<br>
Thanks again for your help/lightings on this matter.<br><font color="#888888">
<br>
Arnaud</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>