Jonas Maebe
|
c8839d487b
* fixed accidentally committed (harmless) typo in r32202
|
%!s(int64=9) %!d(string=hai) anos |
Jonas Maebe
|
4decb81ac4
* correctly handle code page names specified in upper case (mantis #28934)
|
%!s(int64=9) %!d(string=hai) anos |
Jonas Maebe
|
525685617c
* unicode2ascii: give an internalerror when trying to convert to UTF-8, as
|
%!s(int64=9) %!d(string=hai) anos |
Jonas Maebe
|
05bf826342
+ support UTF-8 in ascii2unicode(), this fixes the UTF-16 output of
|
%!s(int64=9) %!d(string=hai) anos |
Jonas Maebe
|
fdf76bc606
* ascii2unicode: consistently use the cp parameter
|
%!s(int64=9) %!d(string=hai) anos |
yury
|
432248cbf1
* Removed lot of unused vars.
|
%!s(int64=10) %!d(string=hai) anos |
Jonas Maebe
|
6dd2fe0320
* converted widestr.charlength() to use system.Utf8CodePointLen()
|
%!s(int64=10) %!d(string=hai) anos |
Tomas Hajny
|
2be0cc8aae
* avoid crashes when displaying help with an unsupported system codepage
|
%!s(int64=10) %!d(string=hai) anos |
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 :-((( )
|
%!s(int64=10) %!d(string=hai) anos |
Tomas Hajny
|
1ecf8dcfa1
* improved paging of help pages so that lines are not missed with 80x25 windows due to lines overflowing the window width
|
%!s(int64=10) %!d(string=hai) anos |
Tomas Hajny
|
9fb4db7a2f
* add support for Latin-2 character sets (ISO & IBM)
|
%!s(int64=11) %!d(string=hai) anos |
paul
|
f9c3c598b6
compiler: remove big codepage maps from the compiler executable - they will be loaded from -FM path when needed
|
%!s(int64=11) %!d(string=hai) anos |
paul
|
93883d1264
compiler: load binary unicode mappings in cpavailable() call instead of separate loadbinarycp() call
|
%!s(int64=11) %!d(string=hai) anos |
paul
|
52d1cbc544
compiler:
|
%!s(int64=11) %!d(string=hai) anos |
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
|
%!s(int64=12) %!d(string=hai) anos |
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.
|
%!s(int64=12) %!d(string=hai) anos |
paul
|
32fc7118d4
compiler: add US-ASCII codepage
|
%!s(int64=13) %!d(string=hai) anos |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
%!s(int64=13) %!d(string=hai) anos |
florian
|
73a084d662
* fixes bootstrapping with 2.6.0
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
a99ffb3097
compiler: apply patches from Inoussa and Jonas:
|
%!s(int64=14) %!d(string=hai) anos |
florian
|
a6d01c09aa
* make compiler compilable with 2.4.4 rtl
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
4d3da666db
compiler: replace string codepage comparison to numeric. store codepage as number in current settings
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
1db610ecbd
merge r17434 from cpstrnew branch by michael:
|
%!s(int64=14) %!d(string=hai) anos |
Jonas Maebe
|
446d91eaab
+ ansistring support. Items of note:
|
%!s(int64=14) %!d(string=hai) anos |
Jonas Maebe
|
45d25bbe77
* fixed storing/loading widestring constant nodes into/from ppu files
|
%!s(int64=15) %!d(string=hai) anos |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
%!s(int64=17) %!d(string=hai) anos |
Jonas Maebe
|
3f81a4ed65
* make code page name parsing case insensitive (mantis #8930)
|
%!s(int64=18) %!d(string=hai) anos |
Jonas Maebe
|
815cd2b39d
+ support for widestring manager based widechar conversions
|
%!s(int64=18) %!d(string=hai) anos |
peter
|
c020d709b4
* default widestring-ansistring conversion needs to use the same algorithm
|
%!s(int64=18) %!d(string=hai) anos |
florian
|
9f56a89617
+ added cyrillic code page tables
|
%!s(int64=18) %!d(string=hai) anos |