summaryrefslogtreecommitdiff
path: root/tests/test/tcpstr17.pp
Commit message (Collapse)AuthorAgeFilesLines
* * Do not use DOS code pages for Android. Now all CP string tests pass on ↵yury2013-01-151-4/+11
| | | | | | Android. git-svn-id: http://svn.freepascal.org/svn/fpc/branches/targetandroid@23390 3ad0048d-3df7-0310-abae-a5850022a9f2
* tests: fix test for unixespaul2011-10-191-0/+6
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19511 3ad0048d-3df7-0310-abae-a5850022a9f2
* compiler: paul2011-10-191-0/+65
- add helper function getansistringcodepage which returns explicitly set codepage or 0 in other case - add helper function getansistringdef which return a def with explicitly set codepage or cansistringtype in other case - change tstoreddef.createnai constructor to allow set codepage in constructor - don't convert string constants to rawbytestring. if string constant already has a codepage - preserve it or convert to ansistring codepage (delphi compatible) - don't perform string conversion from ansistring to strings with explicitly set codepage (by directive or by compiler switch) and vice versa (delphi compatible) + test which covers most of the cases git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19510 3ad0048d-3df7-0310-abae-a5850022a9f2