20130613 unicode with perl refresh - plembo/onemoretech GitHub Wiki
title: Unicode with perl refresh link: https://onemoretech.wordpress.com/2013/06/13/unicode-with-perl-refresh/ author: phil2nc description: post_id: 6028 created: 2013/06/13 12:11:03 created_gmt: 2013/06/13 16:11:03 comment_status: closed post_name: unicode-with-perl-refresh status: publish post_type: post
Unicode with perl refresh
It has been awhile since I really studied the ins and outs of using Unicode in perl. Some essential links follow. My first introduction to Unicode in perl was on a Sun Sparc box running Solaris 7. Perl was installed from Sun Freeware. My recollection of working with Unicode under those circumstances was that it was a nightmare. Unicode support was pretty basic, or non-existent, depending on what you wanted to do. Just recently I ran into a problem changing the casing of certain string data (full names exported from an LDAP directory) on a RHEL 6 environment with the latest shipping perl. Bascially the problem is that while all the ASCII letters are being uppercased, the uc method is not changing the letters with special characters. Here's my "graded" reading list for the next couple of days: The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) Perl Unicode Tutorial Perl Unicode Introduction Unicode Support in Perl
Copyright 2004-2019 Phil Lembo