yury
|
5ed8ce23a2
Merged revision(s) 41400, 41459 from trunk:
|
пре 6 година |
yury
|
0654857ce1
Merged aarch64-android, x86_64-android targets and fixes for the Android target.
|
пре 6 година |
yury
|
3d1c988d02
* android: Use proper code page when calling a fallback implementation.
|
пре 8 година |
yury
|
b552fc4595
* android: Improved initialization of cwstring.
|
пре 9 година |
yury
|
b10e4aa27b
* android: cwstring: Fixed crash on unload in some cases. Allow ICU usage from other units.
|
пре 9 година |
yury
|
6f8e9ad23e
* Fixed cwstring for Android after latest widestring manager changes.
|
пре 10 година |
michael
|
2809e98bf9
* Fix bug #0028994 (hopefully completely)
|
пре 10 година |
michael
|
b7e52c632f
Hopefully fix compilation (bug ID 28994)
|
пре 10 година |
yury
|
83ad80d41f
* Added predefined ICU versions for newer Android version.
|
пре 10 година |
yury
|
5cab55be27
* android: Fixed ansi-unicode conversion when DefaultSystemCodePage is changed.
|
пре 10 година |
marco
|
ebe262762a
* Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes
|
пре 11 година |
yury
|
9471fb4f9e
* Added ICU version of Android 4.1.
|
пре 12 година |
yury
|
862b608eb8
* Thread safety.
|
пре 12 година |
yury
|
04902a15f9
* Fixed AnsiStrLComp() and AnsiStrLIComp().
|
пре 12 година |
yury
|
f55c3a0331
* Fixed stupid copy-paste error.
|
пре 12 година |
yury
|
87f14b072f
* Use collation when comparing strings.
|
пре 12 година |
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.
|
пре 12 година |
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.
|
пре 12 година |