Sylvain Pointeau
<sylvain.point...@gmail.com> wrote: 
> by the way, I will not use other thing than ICU to implement it
> because I 
> already use it with sqlite then I would be really stupid to change
> again of 
> API... don't you agree?

No, I don't understand this point at all. SQLite uses fopen to open files and 
malloc to allocate memory - does it mean it's stupid to ever use fopen or 
malloc in a program that uses SQLite? Should one wait until SQLite provides an 
API for opening a file or allocating memory?

Just because SQLite uses ICU doesn't mean you can't also use ICU for some 
additional functionality you need.

Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to