is possible to store WikiPages in a UTF-8 database without patching the code?
I did it by patching the code, just using iconv before inserting the text in database.
PS: I could provide the patch
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the patch is against 1.3.10? CVS HEAD?
is there more work in progress? is a patch by you?
help needed? feedback needed? could I help you?
I'm very interested on it. I need this to be included in Gforge database that is already UTF-8.
Thx, really.
BR.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is possible to store WikiPages in a UTF-8 database without patching the code?
I did it by patching the code, just using iconv before inserting the text in database.
PS: I could provide the patch
There's much more to be done for full UTF-8 support. http://phpwiki.sourceforge.net/phpwiki/Utf8Migration
There already is a huge patch.
the patch is against 1.3.10? CVS HEAD?
is there more work in progress? is a patch by you?
help needed? feedback needed? could I help you?
I'm very interested on it. I need this to be included in Gforge database that is already UTF-8.
Thx, really.
BR.
The patch is against the CVS version of 2004-06-23,
but should be easily applied to more recent versions also.
It is not stable yet, otherwise it would be included as seperate release/branch. It needs more work on some hard places (InlineParser).
Yes, it is by me.