
Just a remainder for people that followed my Unicode presentation at Boostcon: Library is available on the Boost Sandbox: <https://svn.boost.org/svn/boost/sandbox/SOC/2009/unicode> Documentation is available here: <http://mathias.gaunard.com/unicode/doc/html/>

From: Mathias Gaunard <mathias.gaunard@ens-lyon.org>
Just a remainder for people that followed my Unicode presentation at Boostcon:
Library is available on the Boost Sandbox: <https://svn.boost.org/svn/boost/sandbox/SOC/2009/unicode>
Documentation is available here: <http://mathias.gaunard.com/unicode/doc/html/>
Hello, Is these links represent the latest state of the library and the documentation? Are there plans to provide more features in the future? If so when? Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.sf.net/ CppDB - C++ SQL Connectivity: http://cppcms.sf.net/sql/cppdb/

On 05/19/2011 09:07 AM, Artyom Beilis wrote:
Is these links represent the latest state of the library and the documentation?
Yes, though it hasn't been modified in a while.
Are there plans to provide more features in the future? If so when?
Yes, I think there is still a lot of room for improvement. It definitely needs more tests for example. Basically I did this talk because I wanted to get feedback. No one seems to have tried using the library, and I don't think it can be reviewed without that. There are a lot of things I would like to add, but I just can't find the motivation to do this if there is no one actually using it -- I personally do not have a need for this. I also wonder if it provides enough features to remove the ICU dependency for Boost.Regex. I guess I should contact John Maddock about that.

From: Mathias Gaunard <mathias.gaunard@ens-lyon.org>
On 05/19/2011 09:07 AM, Artyom Beilis wrote:
Is these links represent the latest state of the library and the documentation?
Yes, though it hasn't been modified in a while.
I see.
Are there plans to provide more features in the future? If so when?
Yes, I think there is still a lot of room for improvement. It definitely needs more tests for example.
I wasn't talking about the infrastructure but rather the core library. I mean provide more features.
Basically I did this talk because I wanted to get feedback.
No one seems to have tried using the library, and I don't think it can be reviewed without that.
Have you used it in your own applications? At least (correct me if I wrong) I see that it is mostly useful for 3 things from **end user** point of view 1. UTF-XX to UTF-YY conversions. 2. Unicode normalization 3. "Character" or Grapheme clusters iteration. These is a very small subset of things expected to be in Unicode library. It is a good base to start and the provided concepts are very interesting but I couldn't actually find too many things from the actually widely used Unicode features. I looked into it mostly because I was thinking about your review of Boost.Locale and I was looking an inspiration of how to possibly implement text streaming interface for some algorithms that provide an interface over icu::CharacterIterator like boundary API.
There are a lot of things I would like to add, but I just can't find the motivation to do this if there is no one actually using it -- I personally do not have a need for this.
I'm actually very interested in this library and I can provide some feedback over this list or personally. Also I have some things I'd like to discuss regarding your comments on Boost.Locale. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.sf.net/ CppDB - C++ SQL Connectivity: http://cppcms.sf.net/sql/cppdb/

On 05/20/2011 09:33 AM, Artyom Beilis wrote:
Have you used it in your own applications?
I haven't had a use for it, no.
These is a very small subset of things expected to be in Unicode library.
Yes, it's very little when you compare it to things like ICU. What else do you need? I had planned to: - add case folding / conversion - add word, sentence and line break boundaries - add mechanism for fuzzy matches (caseless, accent-less, etc.) Collations would need more work.
I'm actually very interested in this library and I can provide some feedback over this list or personally.
Also I have some things I'd like to discuss regarding your comments on Boost.Locale.
Feel free to discuss this on the list or to contact me personally if you'd rather do that.
participants (2)
-
Artyom Beilis
-
Mathias Gaunard