/[gnue]/gnue-samples/testcases/i18n/README
ViewVC logotype

Diff of /gnue-samples/testcases/i18n/README

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

revision 1.2 by siesel, Mon Sep 23 14:45:46 2002 UTC revision 1.3 by siesel, Thu Jul 31 12:27:56 2003 UTC
# Line 1  Line 1 
1  Here are some samples for internationalization.  Here are some samples for internationalization.
2    
3    All forms are not bound to any databse so record addition/deletion/request will not work.
4    
5  iso8859-13.gfd:  iso8859-13.gfd:
6  This file represents ISO8859-13 encoding (Lithuanian language). To see the form    This file represents ISO8859-13 encoding (Lithuanian language).
 correctly, You will need to set formFontEncoding parameter in gnue.conf to  
 'iso8859-13' value and to use wx user interface driver (used by default):  
     # Font encoding to be used in forms  
     formFontEncoding = iso8859-13  
 Form is not bound to any databse so record addition/deletion/request will not  
 work.  
7    
8      Status:
9        wx, win32: should work, with the following setting:  
10                   You will need to set formFontEncoding parameter in gnue.conf to
11                   'iso8859-13' value and to use wx user interface driver (used by default):
12                        # Font encoding to be used in forms
13                       formFontEncoding = iso8859-13
14       gtk2, qt: works quite well
15    
16  utf8.gfd:  utf8.gfd:
17  The same form, but with labels written in chinese and using utf8 as encoding.    The same form, but with labels written in chinese and using utf8 as encoding.
18  This form didn't work at the moment due to missing utf-8 charset in our wxpython UIdriver  
19      Status:
20        wx      : won't work at the moment due to missing utf-8 charset in wxPy
21        gtk2,qt : working
22        win32   : ?
23        curses  : ?
24    
25    big5.gfd:
26      same as utf8.gfd, but in big5 (chinese traditional) encoding.
27      not working at all, because of a strange parser error

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

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