Michael VAN CANNEYT
|
ccfa38c68e
* Dotted RTL compiles
|
2 gadi atpakaļ |
Michael VAN CANNEYT
|
a3dda25878
* Char -> AnsiChar
|
2 gadi atpakaļ |
Yuriy Sydorov
|
487721dea8
* cwstring: Added ICU versions for new versions of Android.
|
3 gadi atpakaļ |
yury
|
ab92dcd162
* android: Mask SSE exceptions for i386 too.
|
6 gadi atpakaļ |
yury
|
d27c16f024
* ICU v3.8 on Android 1.5-2.1 is buggy and can't be unloaded properly.
|
6 gadi atpakaļ |
yury
|
b717a149b6
* android: Removed cwstring from the uses clause of the unix unit. Use cwstring indirectly. It allows to avoid using cwstring if needed.
|
6 gadi atpakaļ |
yury
|
d021c8c699
* ucnv_open() must be called with some SSE exception masked on x86_64-android.
|
6 gadi atpakaļ |
yury
|
212eca24d1
* Set ICU data dir if it is not set by the system. It fixes issues on newer Android versions.
|
6 gadi atpakaļ |
yury
|
3d1c988d02
* android: Use proper code page when calling a fallback implementation.
|
8 gadi atpakaļ |
yury
|
b552fc4595
* android: Improved initialization of cwstring.
|
9 gadi atpakaļ |
yury
|
b10e4aa27b
* android: cwstring: Fixed crash on unload in some cases. Allow ICU usage from other units.
|
9 gadi atpakaļ |
yury
|
6f8e9ad23e
* Fixed cwstring for Android after latest widestring manager changes.
|
9 gadi atpakaļ |
michael
|
2809e98bf9
* Fix bug #0028994 (hopefully completely)
|
9 gadi atpakaļ |
michael
|
b7e52c632f
Hopefully fix compilation (bug ID 28994)
|
9 gadi atpakaļ |
yury
|
83ad80d41f
* Added predefined ICU versions for newer Android version.
|
10 gadi atpakaļ |
yury
|
5cab55be27
* android: Fixed ansi-unicode conversion when DefaultSystemCodePage is changed.
|
10 gadi atpakaļ |
marco
|
ebe262762a
* Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes
|
11 gadi atpakaļ |
yury
|
9471fb4f9e
* Added ICU version of Android 4.1.
|
12 gadi atpakaļ |
yury
|
862b608eb8
* Thread safety.
|
12 gadi atpakaļ |
yury
|
04902a15f9
* Fixed AnsiStrLComp() and AnsiStrLIComp().
|
12 gadi atpakaļ |
yury
|
f55c3a0331
* Fixed stupid copy-paste error.
|
12 gadi atpakaļ |
yury
|
87f14b072f
* Use collation when comparing strings.
|
12 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |