| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Android.
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/targetandroid@23390 3ad0048d-3df7-0310-abae-a5850022a9f2
|
|
|
|
| |
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19511 3ad0048d-3df7-0310-abae-a5850022a9f2
|
|
- 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
|