/[papo]/gnue/common/doc/technotes/00002.txt
ViewVC logotype

Diff of /gnue/common/doc/technotes/00002.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by styxman, Fri Nov 15 15:32:54 2002 UTC revision 1.3.2.1 by anthonyl, Tue Mar 4 22:09:31 2003 UTC
# Line 83  i18n in this project takes care of follo Line 83  i18n in this project takes care of follo
83      half of them). If client is started from non-unicode xterm, it's only      half of them). If client is started from non-unicode xterm, it's only
84      possible to read unicode characters.      possible to read unicode characters.
85    
86      Note that 'Hack for dn encoding' parameter in gnue.conf has also influence      Note that 'Hack for db encoding' parameter in gnue.conf has also influence
87      on data - with iso8859-13 xterm, wx user interface and utf-8 db encoding,      on data - with iso8859-13 xterm, wx user interface and utf-8 db encoding,
88      it was not possible to write some chars correctly, as well as chars written      it was not possible to write some chars correctly, as well as chars written
89      previously with iso8859-13 db encoding were not displayed correctly.      previously with iso8859-13 db encoding were not displayed correctly.
# Line 96  i18n in this project takes care of follo Line 96  i18n in this project takes care of follo
96      depend on user, but both one-byte encodings (like iso8859-13) and unicode      depend on user, but both one-byte encodings (like iso8859-13) and unicode
97      (encoded as utf-8) should be available.      (encoded as utf-8) should be available.
98    
99      For data that's entered as 8bit encoded data. This was checked with      For data that's entered as 8bit encoded data.
100      postgresql database, with adapter psycopg, with iso8859-13 encoding, wx      This was checked with postgresql database, psycopg adapter, iso8859-13
101      user interface driver and it worked fine.      encoding, wx user interface driver and it worked fine.
102      Settings in gnue.conf were:      Settings in gnue.conf were:
103    
       # hack for db encoding  
       Encoding = iso8859-13  
   
104        # Font encoding to be used in forms        # Font encoding to be used in forms
105        formFontEncoding = iso8859-13        formFontEncoding = iso8859-13
106    
107      For data that's entered as unicode data. This was checked with postgresql      Setting in connections.conf were:
108      database, with adapter psycopg, with gtk2 uiser interface driver and it  
109      worked fine.        [gnue]
110          comment = GNUe Test Database
111          aliases = dcl test
112          provider = psycopg
113          host = localhost
114          dbname = gnue
115          encoding = iso8859-13     # <-- this is important
116    
117    
118        Note, that these settings were important for postgresql database, for other
119        databases they may (and probably will) differ.
120    
121        
122        For data that's entered as unicode data.
123        This was checked with postgresql database, with adapter psycopg, with gtk2
124        user interface driver and it worked fine.
125    
126    
127   3. Regional settings - this is time\date, money and etc. format and other   3. Regional settings - this is time\date, money and etc. format and other

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26