pierre
|
0e6c072365
define iconv_is_in_libc by default for netbsd OS (can be disabled by adding -dDISABLE_ICONV_LIBC option
|
před 6 roky |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
před 9 roky |
Jonas Maebe
|
4e0d546323
* Use mbrlen instead of mblen under Haiku like on other Unix like platforms.
|
před 10 roky |
Jonas Maebe
|
7f61cf5519
* Modify CODESET value according to the corresponding declaration in
|
před 10 roky |
Jonas Maebe
|
5a8959381c
+ Darwin/AArch64 support
|
před 10 roky |
Jonas Maebe
|
b0c7415f3a
* fixed CharLengthPChar() implementation and added comment (from Windows
|
před 10 roky |
Jonas Maebe
|
63bd65942b
* fall back to UTF-8 for darwin in unixcp.GetSystemCodePage if no LC_*/LANG
|
před 10 roky |
marco
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
před 10 roky |
Jonas Maebe
|
bee20f79f0
* save original widestring manager on entry and restore it on exit, so that
|
před 11 roky |
marco
|
0bb6469b80
* remove accidentally inserted BOM, as reported by M. Ring.
|
před 11 roky |
marco
|
ebe262762a
* Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes
|
před 11 roky |
Jonas Maebe
|
ecd3cba02b
* synchronised with trunk up to r24912
|
před 12 roky |
pierre
|
f4b6625145
+ Use __setlocale_mb_len_max_32 for netbsd as suggested by linker warning
|
před 12 roky |
yury
|
2b2a68446d
* Added new unit unixcp. It contains stuff from winiconv.inc - a table to map Windows code page identifiers to locale names on unix. Also GetSystemCodePage function in this unit can be used to detect which code page is used currently.
|
před 12 roky |
Jonas Maebe
|
8bf71af3b1
* fixed compatilation on Haiku Alpha4 (patch by Olivier Coursière,
|
před 12 roky |
Jonas Maebe
|
598d2feeb6
+ rtldefs.inc file for every target that contains defines shared by multiple
|
před 13 roky |
pierre
|
7d82ed4459
+ Add ACCEPT_646 for systems that return '646' for nl_langinfo(CODESET) call
|
před 13 roky |
Jonas Maebe
|
f0b7ce8afe
* fix building for Haiku/BeOS after r20839 (patch by Olivier Coursière)
|
před 13 roky |
Jonas Maebe
|
1e9b92ee50
+ AIX support for cwstring
|
před 13 roky |
Jonas Maebe
|
2c1f98320f
* disable implicit exception frames, no exceptions are raised by this unit
|
před 13 roky |
Jonas Maebe
|
8d8fc0fdee
+ RTL for AIX
|
před 13 roky |
Jonas Maebe
|
d3004d2bf6
* use same defaults for iPhoneSimulator as for iOS (UTF-8 etc, newer
|
před 13 roky |
pierre
|
ff5d25174a
* Fix wide string shared library loading by adding 'lib' prefix if needed
|
před 13 roky |
pierre
|
24d100d164
NetBSD CODESET and LC_ALL added
|
před 13 roky |
sergei
|
e94508d5eb
* Improved utf16 to ucs4 conversion routines: removed function call on every character, allocate memory once and made as much as possible code shared between WideString and UnicodeString versions.
|
před 13 roky |
sergei
|
c862aec17c
* cwstring.pp, Wide2AnsiMove: moved SetCodePage to the end, so it comes after the last SetLength. Necessary after r20209, because SetLength has been modified to always set the code page of its argument. Here it sets code page of 'dest' to CP_NONE, because dest is RawByteString.
|
před 13 roky |
Jonas Maebe
|
eb680bcc5b
* don't try to set the iconv transliterate property in case the iconv
|
před 13 roky |
Jonas Maebe
|
f287cf3f61
* default to UTF-8 as system code page in case nl_langinfo(CODESET) returns
|
před 13 roky |
paul
|
b7185a554c
rtl:
|
před 13 roky |
paul
|
e08c68f308
rtl: set codepages for TextRec field when Text file is opened + update this field for standard IO files when cwstring is used
|
před 13 roky |