Search   Feed   Browse   Add
Feed items 1 - 10 of 11 for May 2007

perl.i18n

...

Re: Problems with Perl Asian encodings by Ciaran Hamilton - May 17, 2007

Hi,Samuel L. Bayer wrote:> So the outcome was that there&39;s a mode in GNU recode which will drop > these illegal first bytes. So the question is: is the same thing > possible in Perl Encode The documentation for some of the FB_ variables > is tempting, but pretty opaque.Yes, the way to do it is by using Encode::FB_QUIET. Basically, here&39;s how you would do it... if $text is the text you want to decode into UTF-8, then this should do the trick:-----use Encode;my $textcopy =...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg197.html

Re: Problems with Perl Asian encodings by Samuel L. Bayer - May 14, 2007

Samuel L. Bayer wrote:> Has anyone else done such a comparison of GNU recode and Perl Encode > I&39;d very much prefer to move the Perl, not simply for efficiency but > because, unlike GNU recode, it appears to be actively maintained; > however, the error rate is just too high, especially considering that > the GNU recode output looks clean, and our users have not complained > about it.Hi again all -Last week, I sent out a query about Asian encodings and Perl Encode vs. GNU...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg196.html

Re: Character Encoding (UTF-8) in PERL by Damyan Ivanov - May 13, 2007

-= Oliver König, Sun, 13 May 2007 17:52:54 +0200 =-> On Sunday 13 May 2007 17:14:43 you wrote:> > Krzysztof Krzyaniak dijo Thu, May 10, 2007 at 09:48:46AM +0200:> > >> > > or (from man DBD::mysql):> > >> > > mysql_enable_utf8> > >> > > This attribute determines whether DBD::mysql should assume strings> > > stored in the database are utf8. This feature defaults to off.> > >> > > When set, a data...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg195.html

Re: Character Encoding (UTF-8) in PERL by Gunnar Wolf - May 13, 2007

Oliver König dijo Sun, May 13, 2007 at 05:52:54PM +0200:> > I think that, as Etch is by default installed with UTF on everywhere,> > we should propose changing this default, so that MySQL connections are> > also UTF by default. This could enter Etch 4.0r1 (or further). What do> > you think> >> My mysql settings are fine. The problem is PERL. > > mysql> SHOW VARIABLES LIKE "character_set_%";>...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg194.html

Re: Character Encoding (UTF-8) in PERL by Oliver Knig - May 13, 2007

On Sunday 13 May 2007 17:14:43 you wrote:> Krzysztof Krzyaniak dijo Thu, May 10, 2007 at 09:48:46AM +0200:> > after connection do query "set NAMES utf8"> > http:dev.mysql.comdocrefman5.0encharset-connection.html> >> > or (from man DBD::mysql):> >> > mysql_enable_utf8> >> > This attribute determines whether DBD::mysql should assume strings> > stored in the database are utf8. This feature defaults to off.> >> > When...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg193.html

Problems with Perl Asian encodings by Samuel L. Bayer - May 10, 2007

All -I&39;m having a problem that perhaps someone here can cast some light on. For a very long time, a project I work on has been using GNU recode 3.6 to transcode a wide range of encodings into UTF-8, including some of the more common Korean, Japanese and Chinese encodings (e.g., SJIS, gb2312, EUC-KR). For efficiency reasons, we&39;ve been looking at moving to the Perl Encode module, which we already use for windows-1252 because of corruption issues with Arabic with GNU recode.I compared a...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg192.html

Re: Character Encoding (UTF-8) in PERL by James Kiser - May 10, 2007

Solving it on the database side would be the optimal solution. If itisn&39;t a possibility, for whatever reason, take a look athttp:perldoc.perl.orgutf8.html.Thanks,JamesOn 51007, Christian Kuelker <christian.kuelkercipworx.org> wrote:> -----BEGIN PGP SIGNED MESSAGE-----> Hash: SHA1>> Hi,>> Oliver König schrieb:> > Sarge> > ====> > mysql 4.0.24> >> > Etch> > ====> > mysql 5.0.32> >> > In mysql everything looks...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg191.html

Re: Character Encoding (UTF-8) in PERL by James Kiser - May 10, 2007

Solving it on the database side would be the optimal solution. If itisn&39;t a possibility, for whatever reason, take a look athttp:perldoc.perl.orgutf8.html.Thanks,JamesOn 51007, Christian Kuelker <christian.kuelkercipworx.org> wrote:> -----BEGIN PGP SIGNED MESSAGE-----> Hash: SHA1>> Hi,>> Oliver König schrieb:> > Sarge> > ====> > mysql 4.0.24> >> > Etch> > ====> > mysql 5.0.32> >> > In mysql everything looks...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg190.html

Re: Character Encoding (UTF-8) in PERL by James Kiser - May 10, 2007

Solving it on the database side would be the optimal solution. If itisn&39;t a possibility, for whatever reason, take a look athttp:perldoc.perl.orgutf8.html.Thanks,JamesOn 51007, Christian Kuelker <christian.kuelkercipworx.org> wrote:> -----BEGIN PGP SIGNED MESSAGE-----> Hash: SHA1>> Hi,>> Oliver König schrieb:> > Sarge> > ====> > mysql 4.0.24> >> > Etch> > ====> > mysql 5.0.32> >> > In mysql everything looks...
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg189.html

Re: Character Encoding (UTF-8) in PERL by Christian Kuelker - May 10, 2007

-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1Hi,Oliver König schrieb:> Sarge> ====> mysql 4.0.24 > > Etch> ====> mysql 5.0.32> > In mysql everything looks fine, too:I doubt ..> mysql> SHOW VARIABLES LIKE "character_set_%";> +--------------------------+----------------------------+> Variable_name Value > +--------------------------+----------------------------+> character_set_client utf8 .
http://www.nntp.perl.org/group/perl.i18n/2007/05/msg188.html
Available Archives
- March (1 item)
- May (11 items)
- July (4 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact