Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonas Maebe 6dd2fe0320 * converted widestr.charlength() to use system.Utf8CodePointLen() hace 10 años
  Tomas Hajny 2be0cc8aae * avoid crashes when displaying help with an unsupported system codepage hace 10 años
  Tomas Hajny dbbce18f56 * fix determination of help line length with codepage set to UTF-8 (the string conversion routine in widestr.pas doesn't work for UTF-8 :-((( ) hace 10 años
  Tomas Hajny 1ecf8dcfa1 * improved paging of help pages so that lines are not missed with 80x25 windows due to lines overflowing the window width hace 10 años
  Tomas Hajny 9fb4db7a2f * add support for Latin-2 character sets (ISO & IBM) hace 11 años
  paul f9c3c598b6 compiler: remove big codepage maps from the compiler executable - they will be loaded from -FM path when needed hace 11 años
  paul 93883d1264 compiler: load binary unicode mappings in cpavailable() call instead of separate loadbinarycp() call hace 11 años
  paul 52d1cbc544 compiler: hace 11 años
  paul e379daaf9c compiler, rtl: move cpXXXX.pas files from compiler to RTL\charmaps directory and cleanup them, enable charmaps building for the majority of targets hace 12 años
  yury 849095f5e5 + Added Greek code page 1253 to the compiler to have support for the third modern code page (in addition to cp1251 and cp1252). It is needed to be able to define "type AnsiString(1253)" in tests. Previously I used cp1252 for tests with Euro symbol conversions. But for unknown reason cp1252 does not have the Euro symbol with code $80 on Unix systems (libiconv bug?). In other hand cp1253 has the Euro symbol with code $80 as expected. hace 12 años
  paul 32fc7118d4 compiler: add US-ASCII codepage hace 13 años
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 hace 13 años
  florian 73a084d662 * fixes bootstrapping with 2.6.0 hace 14 años
  paul a99ffb3097 compiler: apply patches from Inoussa and Jonas: hace 14 años
  florian a6d01c09aa * make compiler compilable with 2.4.4 rtl hace 14 años
  paul 4d3da666db compiler: replace string codepage comparison to numeric. store codepage as number in current settings hace 14 años
  paul 1db610ecbd merge r17434 from cpstrnew branch by michael: hace 14 años
  Jonas Maebe 446d91eaab + ansistring support. Items of note: hace 14 años
  Jonas Maebe 45d25bbe77 * fixed storing/loading widestring constant nodes into/from ppu files hace 15 años
  florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from hace 17 años
  Jonas Maebe 3f81a4ed65 * make code page name parsing case insensitive (mantis #8930) hace 18 años
  Jonas Maebe 815cd2b39d + support for widestring manager based widechar conversions hace 18 años
  peter c020d709b4 * default widestring-ansistring conversion needs to use the same algorithm hace 18 años
  florian 9f56a89617 + added cyrillic code page tables hace 18 años
  florian 85d63d9fa9 * settings refactored hace 19 años
  peter d07f470b71 * remove ifdef fpc hace 19 años
  Jonas Maebe d593c10adf * fixed crashes in asciichar2unicode() and ascii2unicode() in case hace 19 años
  Jonas Maebe 9b4ce0a501 * donewidestring has var instead of out parameter hace 19 años
  florian 0907a1ef80 * fixed compilerwidestring concatenation hace 19 años
  florian 9c717f2a35 * some warning about uninitialized vars fixed by using out instead of var hace 20 años