[utf8vcl-cvs] utf8vcl TestForm.dfm, 1.8, 1.9 TestForm.pas, 1.13, 1.14 UTF8Test.cfg, 1.6, 1.7
Status: Alpha
Brought to you by:
bluelive
From: Robert M. <mar...@us...> - 2007-03-14 11:29:08
|
Update of /cvsroot/utf8vcl/utf8vcl In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13970 Modified Files: TestForm.dfm TestForm.pas UTF8Test.cfg Log Message: no codepage 65001 set anymore Index: TestForm.pas =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/TestForm.pas,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TestForm.pas 13 Mar 2007 12:36:52 -0000 1.13 --- TestForm.pas 14 Mar 2007 11:29:02 -0000 1.14 *************** *** 30,34 **** Button3: TButton; RichEdit1: TRichEdit; - Label2: TLabel; StringGrid1: TStringGrid; ListView1: TListView; --- 30,33 ---- Index: TestForm.dfm =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/TestForm.dfm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TestForm.dfm 13 Mar 2007 12:36:51 -0000 1.8 --- TestForm.dfm 14 Mar 2007 11:29:02 -0000 1.9 *************** *** 25,47 **** Caption = 'Label1' end - object Label2: TLabel - Left = 8 - Top = 304 - Width = 625 - Height = 120 - Caption = - 'Press button '#39'Translate'#39'. If you do not see the text "Internatio' + - 'nalization" using strange letters, make sure you told Delphi tha' + - 't the codepage is 65001 (UTF8). If you get an error when compili' + - 'ng, you may need to remove the three strange characters at the s' + - 'tart of TestForm.pas' - Font.Charset = DEFAULT_CHARSET - Font.Color = clWindowText - Font.Height = -21 - Font.Name = 'Arial' - Font.Style = [] - ParentFont = False - WordWrap = True - end object Edit1: TEdit Left = 8 --- 25,28 ---- *************** *** 118,122 **** object Button2: TButton Left = 567 ! Top = 263 Width = 71 Height = 24 --- 99,103 ---- object Button2: TButton Left = 567 ! Top = 399 Width = 71 Height = 24 *************** *** 127,131 **** object Button3: TButton Left = 473 ! Top = 262 Width = 70 Height = 24 --- 108,112 ---- object Button3: TButton Left = 473 ! Top = 398 Width = 70 Height = 24 *************** *** 179,183 **** object Activate: TButton Left = 8 ! Top = 272 Width = 137 Height = 25 --- 160,164 ---- object Activate: TButton Left = 8 ! Top = 400 Width = 137 Height = 25 *************** *** 188,192 **** object Deactivate: TButton Left = 152 ! Top = 272 Width = 137 Height = 25 --- 169,173 ---- object Deactivate: TButton Left = 152 ! Top = 400 Width = 137 Height = 25 Index: UTF8Test.cfg =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/UTF8Test.cfg,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** UTF8Test.cfg 10 Mar 2007 10:14:39 -0000 1.6 --- UTF8Test.cfg 14 Mar 2007 11:29:02 -0000 1.7 *************** *** 38,40 **** -w-UNSAFE_CODE -w-UNSAFE_CAST - --codepage:65001 --- 38,39 ---- |