[pLog-svn] Special Characters

Oscar Renalias oscar at renalias.net
Wed Jun 20 03:40:42 EDT 2007


Is docuwiki using this?

http://phputf8.sourceforge.net/

Or is it a different project? I browsed the code and it looks pretty
complete, and it uses the same approach (use mb_* if available and if
not, fall back to native versions)

On 6/20/07, Mark Wu <markplace at gmail.com> wrote:
> If we move all stuff to utf-8 , then we don't need to worry about the
> encoding converting ....
>
>  But, we need to change our string functino/handler to utf-8 friendly
> function ...
>
> I will suggest use the utf-8 string function from docuwiki.
>
> It will use mb_string first, if the mb_string does not exist, it will use
> native php function to deal with utf-8 string (But slower).
>
> So, it is okay for people who use virtual hosting environment.
>
> Mark
>
> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of Oscar Renalias
> Sent: Monday, June 18, 2007 8:25 PM
> To: plog-svn at devel.lifetype.net
> Subject: Re: [pLog-svn] Special Characters
>
> Mark is probably the best one to answer that question, but I suppose we
> should be using the mb_xxx functions
> (http://us.php.net/manual/en/ref.mbstring.php)
>
> And about PHP6, I think it's still a bit early to talk about it so probably
> no, we won't be supporting it (yet)
>
> On 6/18/07, Ammar Ibrahim <ammar.ibrahim at gmail.com> wrote:
> > On 6/18/07, Oscar Renalias <oscar at renalias.net> wrote:
> > > Good to see that you sorted it out.
> > >
> > > The good news is that my idea is to move everything to UTF-8 in LT
> > > 2.0... The bad news is that 2.0 is still a loooong way ahead :-)
> >
> >
> > How are you gonna be adding the support, and for which PHP versions?
> > Are you gonna take into consideration that PHP6 is UTF-8 ready?
> >
> > - Ammar
> > _______________________________________________
> > pLog-svn mailing list
> > pLog-svn at devel.lifetype.net
> > http://limedaley.com/mailman/listinfo/plog-svn
> >
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>


More information about the pLog-svn mailing list