Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ee32c4e0
Kaydet (Commit)
ee32c4e0
authored
Eki 25, 2002
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
README of experimental regular expressions
üst
be976173
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
README.Regex_Experimental
boost/README.Regex_Experimental
+30
-0
No files found.
boost/README.Regex_Experimental
0 → 100644
Dosyayı görüntüle @
ee32c4e0
Regular expressions status
Fri Oct 25 19:36:59 MEST 2002
Boost 1.28 and 1.29 didn't compile on Solaris with STL 4.0, therefor
sticked to v1.27
Made compile and link regex under wntmsci9 (MSVC 6.03 with STLport 4.0)
and unxsols3 (Sun WorkShop 6 update 1 C++ 5.2 with STLport 4.0). Failed
on unxlngi4 (g++ 3.0.1 with glibc 2.1.1 and STLport 4.0) due to wctype (and
maybe other wide character functions) not properly supported. Gave up due to
time restrictions, feel free to improve.
Archive Regex_Experimental.tar.gz contains RE.* files that may be used
for further approaches. Extract and issue the command line
dmake -f RE.makefile.mk
Even if it compiled for all platforms, the remaining issue would be use
of locales. The system's locale would be used, which doesn't guarantee
that it works like intended, especially behavior could be different
between platforms.
I had a short glance at the PCRE (Perl Compatible Regular Expressions)
available at http://www.pcre.org/, good library, but doesn't support
Unicode. Localized 256 octets tables are created from locale
information. Rudimentary UTF-8 support is implemented, but incomplete
and experimental.
Hope we can solve the RE issues somehow :-/
Eike Rathke <er@openoffice.org>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment