On Sun, Apr 28, 2002 at 12:49:18PM +0200, Jan Ulrich Hasecke wrote:
> Hi Eric,
> 
> "Eric G. Miller" <egm2@jps.net> writes:
> 
> >> I am trying out postgresql and pgaccess. I have a charset problem with
> >> pgaccess. When I insert data with pgaccess I cannot insert german
> >> umlauts. Typing a-umlaut end up in the Trademark-Sign.
> >
> > What's the characterset of the locale you're operating under?  
> 
> locale says:
> 
> LANG=de_DE
> LC_CTYPE="[EMAIL PROTECTED]"
> LC_NUMERIC="[EMAIL PROTECTED]"
> LC_TIME="[EMAIL PROTECTED]"
> LC_COLLATE="[EMAIL PROTECTED]"
> LC_MONETARY="[EMAIL PROTECTED]"
> LC_MESSAGES="[EMAIL PROTECTED]"
> LC_PAPER="[EMAIL PROTECTED]"
> LC_NAME="[EMAIL PROTECTED]"
> LC_ADDRESS="[EMAIL PROTECTED]"
> LC_TELEPHONE="[EMAIL PROTECTED]"
> LC_MEASUREMENT="[EMAIL PROTECTED]"
> LC_IDENTIFICATION="[EMAIL PROTECTED]"
> [EMAIL PROTECTED]
> 
> Mh, I cannot recall why LANG is de_DE... 

German-German (vs. German-Austrian, etc...)

> > What does the following character look like ä?  
> 
> Typing ä in pgaccess results in a small TM-Sign 

It sounds like your picking up standard adobe symbol encodings for your
high bit characters (both a-umlaut, and TM are located at \0228 in
iso8859-1/15 and "symbol", respectively).  Perhaps trying to change the
font used by pgaccess will help (make sure to choose the proper
encoding; don't let it default to whatever...)?

-- 
Eric G. Miller <egm2@jps.net>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to