[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-unattended/var/se3/unattended/install/linuxaux/opt/perl/lib/5.10.0/Locale/Maketext/ -> TPJ13.pod (summary)

(no description)

File Size: 775 lines (36 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

for:: (1 method):
  in()

Defines 1 function

  for()

Interface: for  - X-Ref

in(such a function, call it with $lang as its first parameter (as if itwere a method)   X-Ref
No description

Functions
Functions that are not part of a class:

for(on the strings which you get back from gettext does allow you to do I<some>common things passably well... sometimes... sort of; but, to paraphrasewhat some people say about C<csh> script programming, "it fools youinto thinking you can use it for real things, but you can't, and youdon't discover this until you've already spent too much time trying,and by then it's too late."=head2 Replacing gettextSo, what needs to replace gettext is a system that supports lexiconsof functions instead of lexicons of strings. An entry in a lexiconfrom such a system should I<not> look like this:"J'ai trouv\xE9 %g fichiers dans %g r\xE9pertoires"[\xE9 is e-acute in Latin-1. Some pod renderers wouldscream if I used the actual character here. -- SB]but instead like this, bearing in mind that this is just a first stab:sub I_found_X1_files_in_X2_directories {my( $files, $dirs )   X-Ref
No description



Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1