Jonas Maebe
|
8bf71af3b1
* fixed compatilation on Haiku Alpha4 (patch by Olivier Coursière,
|
před 12 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 14 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 14 roky |
paul
|
270fb09e87
rtl: add WideStringManager.GetStandardCodePageProc method to retrieve system ansi and console code pages
|
před 14 roky |
paul
|
3e29f0b179
rtl: make cwstring.pp dependent of dynlibs, load iconvctl dynamically
|
před 14 roky |
Jonas Maebe
|
01b980a462
* added "inc" extension to {$i winiconv}
|
před 14 roky |
Jonas Maebe
|
2b63a7d66f
* fixed compilation on darwin/arm after r19522
|
před 14 roky |
paul
|
5d7d143300
rtl: transliterate characters if possible intead of replacing them with "?" chars while converting between codepages
|
před 14 roky |
pierre
|
dbd3df9ddf
+ Added OpenBSD CODESET and LC_ALL values
|
před 14 roky |
paul
|
6384fa2a19
rtl: revert r19330. We probably need to create a separate encoding<->codepage table.
|
před 14 roky |
paul
|
a0e7196ae9
rtl: move winiconv.inc into general inc directory and rename it to wincodepages.inc, also rename win2iconv, iconv2win to CodePageToCodePageName, CodePageNameToCodePage.
|
před 14 roky |
Jonas Maebe
|
591230104b
* prevent the internal windows code page number -> iconv name and vice versa
|
před 14 roky |
Jonas Maebe
|
7dd5811828
+ support for transcoding the new ansistring type on unix platforms
|
před 14 roky |
paul
|
528f7fbb06
rtl: manual merge some cpstrnew changes which was impossible to merge using regular tools due to the merge conflicts
|
před 14 roky |
paul
|
091627883f
merge r14347 from cpstrnew branch by florian:
|
před 14 roky |
Jonas Maebe
|
a2e8134b7c
* part of r16533, forgot to commit
|
před 14 roky |
Jonas Maebe
|
c4488f6b3a
* hook up CompareUnicodeStringProc and CompareTextUnicodeStringProc in
|
před 15 roky |
Jonas Maebe
|
194855eee0
* de-tabbed
|
před 15 roky |