michael
|
b7e52c632f
Hopefully fix compilation (bug ID 28994)
|
%!s(int64=9) %!d(string=hai) anos |
yury
|
83ad80d41f
* Added predefined ICU versions for newer Android version.
|
%!s(int64=10) %!d(string=hai) anos |
yury
|
5cab55be27
* android: Fixed ansi-unicode conversion when DefaultSystemCodePage is changed.
|
%!s(int64=10) %!d(string=hai) anos |
marco
|
ebe262762a
* Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes
|
%!s(int64=11) %!d(string=hai) anos |
yury
|
9471fb4f9e
* Added ICU version of Android 4.1.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
862b608eb8
* Thread safety.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
04902a15f9
* Fixed AnsiStrLComp() and AnsiStrLIComp().
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
f55c3a0331
* Fixed stupid copy-paste error.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
87f14b072f
* Use collation when comparing strings.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
9330507f8d
* Implemented Unicode string manager for Android. It uses ICU library libicuuc.so. Note: ICU on Android has limited number of code pages. So don't expect support for DOS code pages or other exotic code pages.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
7322164c0a
* I've found that libc on Android does not implement widechar case functions such as towupper(). Such functions are just wrappers over regular char functions. Therefore the whole cwstring unit is useless for Android. For now I've added stub cwstring unit for Android and reverted all Android specific changes in unix/cwstring.pp. Later, Unicode manager for Androud should be implemented using libicuuc, which is default Android lib.
|
%!s(int64=12) %!d(string=hai) anos |