Changeset 423
- Timestamp:
- Mar 5, 2019, 3:00:01 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/RichTextDocumentUnit.pas
r421 r423 842 842 end; 843 843 844 Q[ 0 ] := #0; // ALT test844 Q[ 0 ] := #0; // ALT - make sure string is terminated 845 845 846 846 result := PCharDiff( Q, Buffer ); -
trunk/Components/RichTextLayoutUnit.pas
r421 r423 75 75 76 76 Codepage: ULong; // ALT 77 78 // TEMP (ALT)79 DebugLog: TextFile;80 // TEMP (ALT)81 82 77 83 78 // Drawing functions … … 187 182 FRichTextSettings := RichTextSettings; 188 183 189 {190 AssignFile( DebugLog, 'parse.txt');191 ReWrite( DebugLog );192 WriteLn( DebugLog, 'Opened log for writing.');193 }194 195 184 FImages := Images; 196 185 … … 228 217 FreeMem( Flines, FAllocatedNumLines * sizeof( TLayoutLine ) ); 229 218 FLinks.Destroy; 230 231 {232 // TEMP (ALT)233 WriteLn( DebugLog, '=============================');234 CloseFile( DebugLog );235 // TEMP (ALT)236 }237 219 238 220 Inherited Destroy; -
trunk/NewView/codepages.txt
r18 r423 1 Korean: 949 2 Japanese: 932 (also: 933?) 1 LANGUAGE CODEPAGE(S) REMARKS 2 -------- ----------- ------- 3 Korean: 949 KSC5601 (KS-Code) encoding 4 Japanese: 932 or 943 (also: 942) Shift-JIS/1990 encoding; 932 is aliased to 943 (942 is the older Shift-JIS/1978 standard) 5 Traditional Chinese: 950 Big-5 encoding 6 Simplified Chinese: 1386 (also: 1381) GBK encoding (1381 is the older GB2312 standard; there is also 946 which seems to be a very old/obsolete standard) 7 Thai: 874 TIS-620 encoding -
trunk/i18n/Changes.txt
r335 r423 1 1 NewView release changes 2 3 V2.19.5 4 - Fix: Wrapping, navigating and selecting of DBCS and Thai text should now work (more or less). 5 - Fix: Text copied to the clipboard should no longer have garbage appended. 2 6 3 7 V2.19.4 … … 17 21 18 22 V2.19.1 19 - Fix: Broken link han lding; NewView was unable to start a program or open the web browser.23 - Fix: Broken link handling; NewView was unable to start a program or open the web browser. 20 24 - Fix: Detection of links pointing to a url was not working. 21 25 -
trunk/i18n/makeall.cmd
r413 r423 33 33 'SET IPFCARTWORK='nv_i18n_dir'\images' 34 34 35 /* copy changes.txt */35 /* copy readme.txt/changes.txt */ 36 36 'copy Changes.txt' nv_build_dir_i18n 37 'copy readme.txt' nv_build_dir_i18n 37 38 38 39
Note:
See TracChangeset
for help on using the changeset viewer.