monjoshi has asked for the wisdom of the Perl Monks concerning the following question:
Question 1: Does perl pragma locale and sprintf supports read/display of multibyte characters from native languages appropriately.. Can I relay on them to provide NLS support for my modules ?
I experimented using 'use locale;' in my perl scripts. I created an XML property file and parsed it on sometag called 'message_id', the printed the return 'message string' using sprintf. I had not preserved the code..reason for not posting here
Question 2: Is there any benefit using perl 'Maketext' over pragma locale?
download
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Locale pragma vs Maketext
by ikegami (Patriarch) on Jan 05, 2010 at 15:42 UTC | |
|
Re: Locale pragma vs Maketext
by JavaFan (Canon) on Jan 05, 2010 at 13:17 UTC |