Georg Baum wrote:
Lars Gullik Bjønnes wrote:
Why cannot the converson functions be allowd to stay in one place?
(unicode.Ch)
After all we are not supposed to use them all the time.
They can also go to unicode.[Ch]. I did not do that because that would mean
to add lots of #include <unicode.h> during the transition process that will
vanish afterwards.
I did neither use the names utf8_to_ucs4 etc, because I want to be able to
easily grep for the temporary functions.
If you prefer I can put them to unicode.[Ch], but then I would like to
#include <unicode.h> in docstring.h for the transition period in order to
save some typing.
Why oh why are we staying with this schizophrenic solution? Let's just
settle on docstring in utf8_to_ucs4(). I really don't understand what's
the need for all these unnecessary docstring <-> vector<char_type>
conversions. Sorry Lars but this is starting to become stupid.
Abdel.