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.
|
hace 13 años |
Jonas Maebe
|
eb680bcc5b
* don't try to set the iconv transliterate property in case the iconv
|
hace 13 años |
Jonas Maebe
|
f287cf3f61
* default to UTF-8 as system code page in case nl_langinfo(CODESET) returns
|
hace 13 años |
paul
|
b7185a554c
rtl:
|
hace 13 años |
paul
|
e08c68f308
rtl: set codepages for TextRec field when Text file is opened + update this field for standard IO files when cwstring is used
|
hace 13 años |
paul
|
270fb09e87
rtl: add WideStringManager.GetStandardCodePageProc method to retrieve system ansi and console code pages
|
hace 14 años |
paul
|
3e29f0b179
rtl: make cwstring.pp dependent of dynlibs, load iconvctl dynamically
|
hace 14 años |
Jonas Maebe
|
01b980a462
* added "inc" extension to {$i winiconv}
|
hace 14 años |
Jonas Maebe
|
2b63a7d66f
* fixed compilation on darwin/arm after r19522
|
hace 14 años |
paul
|
5d7d143300
rtl: transliterate characters if possible intead of replacing them with "?" chars while converting between codepages
|
hace 14 años |
pierre
|
dbd3df9ddf
+ Added OpenBSD CODESET and LC_ALL values
|
hace 14 años |
paul
|
6384fa2a19
rtl: revert r19330. We probably need to create a separate encoding<->codepage table.
|
hace 14 años |
paul
|
a0e7196ae9
rtl: move winiconv.inc into general inc directory and rename it to wincodepages.inc, also rename win2iconv, iconv2win to CodePageToCodePageName, CodePageNameToCodePage.
|
hace 14 años |
Jonas Maebe
|
591230104b
* prevent the internal windows code page number -> iconv name and vice versa
|
hace 14 años |
Jonas Maebe
|
7dd5811828
+ support for transcoding the new ansistring type on unix platforms
|
hace 14 años |
paul
|
528f7fbb06
rtl: manual merge some cpstrnew changes which was impossible to merge using regular tools due to the merge conflicts
|
hace 14 años |
paul
|
091627883f
merge r14347 from cpstrnew branch by florian:
|
hace 14 años |
Jonas Maebe
|
a2e8134b7c
* part of r16533, forgot to commit
|
hace 14 años |
Jonas Maebe
|
c4488f6b3a
* hook up CompareUnicodeStringProc and CompareTextUnicodeStringProc in
|
hace 14 años |
Jonas Maebe
|
194855eee0
* de-tabbed
|
hace 15 años |
Jonas Maebe
|
3ea3a41d2a
o patch from Olivier for Haiku libiconv functionality (mantis #15906):
|
hace 15 años |
florian
|
a3884c4e49
* fixes bootstrapping with 2.2.x
|
hace 15 años |
pierre
|
90ddd046bc
* Use default functions if call to iconv_open failed
|
hace 15 años |
Jonas Maebe
|
afab9fb99c
* force utf-8 on iPhoneOS, because locale settings are absent/ignored there
|
hace 16 años |
Jonas Maebe
|
4771ca3ce1
* import iconv functions as libiconv_* instead of as iconv_* for ppc32
|
hace 16 años |
florian
|
c127154efa
o Haiku patches by Olivier Coursiere
|
hace 16 años |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
hace 17 años |
florian
|
35c0f78642
+ Haiku support by Olivier Coursière based on old BeOS support
|
hace 17 años |
florian
|
213dd11800
* setlength in utf16/widestringtoutf32 fixed, resolves #10462
|
hace 17 años |
Jonas Maebe
|
2ffc310ebb
* fixed AnsiStrLComp and AnsiStrLIComp: they also have to ignore
|
hace 17 años |