diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-01-23 17:04:36 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-01-23 17:04:36 +0000 |
commit | 5e600005bf6368a8f46e69f961e347e5e17bd215 (patch) | |
tree | 03c417000569c82808a4d09da2a6fea965f95c0d /Master/wingoo-demo.pl | |
parent | c5ac0f908bc4a74f630ac1548294e1d312303713 (diff) |
Added function reg_country() to TLWinGoo which is a two-letter
country code representing the locale of the current user. Test added
to wingoo-demo.pl.
git-svn-id: svn://tug.org/texlive/trunk@6379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/wingoo-demo.pl')
-rw-r--r-- | Master/wingoo-demo.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/wingoo-demo.pl b/Master/wingoo-demo.pl index fec3ecdf48b..c73e3626d64 100644 --- a/Master/wingoo-demo.pl +++ b/Master/wingoo-demo.pl @@ -54,6 +54,10 @@ if (admin()) { print "Not admin\n"; } +# country + +print "Country: " . reg_country() . "\n"; + # global_tmpdir print "Global tempdir: " . global_tmpdir()."\n"; |