ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: pmlists@free.fr (Peter Münster)
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: t-filter: no table created when Unicode characters are included
Date: Sun, 01 May 2011 20:52:12 +0200	[thread overview]
Message-ID: <8762puz21v.fsf@micropit.couberia.bzh> (raw)
In-Reply-To: <alpine.LNX.2.01.1105011027370.5490@ybpnyubfg.ybpnyqbznva> (Aditya Mahajan's message of "Sun, 1 May 2011 10:29:21 -0400 (EDT)")

Aditya Mahajan <adityam@umich.edu> writes:

> *\directlua{os.execute("locale")}

Ok, locale outputs something depending on the enviroment. Lets look
directly at the enviroment:

$ CMD="set | grep -e ^LC_ -e ^LANG"

--8<---------------cut here---------------start------------->8---
$ eval $CMD
LC_CTYPE=en_GB.utf8

$ echo '\directlua{os.execute"'$CMD'"}' | context --pipe | grep -e LC_ -e LANG
*LC_COLLATE=C
LC_CTYPE=C
LC_NUMERIC=C
<*> ...ua{os.execute"set | grep -e ^LC_ -e ^LANG"}
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
$ eval $CMD
LANG=en_GB.utf8
LC_CTYPE=en_GB.utf8

$ echo '\directlua{os.execute"'$CMD'"}' | context --pipe | grep -e LC_ -e LANG
*LANG=en_GB.utf8
LC_COLLATE=C
LC_CTYPE=C
LC_NUMERIC=C
<*> ...ua{os.execute"set | grep -e ^LC_ -e ^LANG"}
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
$ eval $CMD
LANG=en_GB.utf8
LC_ALL=en_GB.utf8
LC_CTYPE=en_GB.utf8

$ echo '\directlua{os.execute"'$CMD'"}' | context --pipe | grep -e LC_ -e LANG
FontForge does not support your encoding (utf8), it will pretend the local encoding is latin1
FontForge does not support your encoding (utf8), it will pretend the local encoding is latin1
*LANG=en_GB.utf8
LC_ALL=en_GB.utf8
LC_COLLATE=C
LC_CTYPE=C
LC_NUMERIC=C
<*> ...ua{os.execute"set | grep -e ^LC_ -e ^LANG"}
--8<---------------cut here---------------end--------------->8---

So, whatever the original enviroment is, context and/or luatex sets
LC_COLLATE=C
LC_CTYPE=C
LC_NUMERIC=C

-- 
           Peter
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  parent reply	other threads:[~2011-05-01 18:52 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 21:09 Paul Menzel
2011-04-29 21:17 ` [t-filter] [PATCH] tests: add test file for reST (reStructuredText) Paul Menzel
2011-04-29 22:13 ` t-filter: no table created when Unicode characters are included Aditya Mahajan
2011-04-30  7:37   ` Paul Menzel
2011-04-30 15:10     ` Aditya Mahajan
2011-05-01 10:48       ` Paul Menzel
2011-05-01 12:12       ` Peter Münster
2011-05-01 14:29         ` Aditya Mahajan
2011-05-01 18:27           ` Peter Münster
2011-05-01 18:52           ` Peter Münster [this message]
2011-05-01 19:05             ` Aditya Mahajan
2011-05-01 19:09               ` Aditya Mahajan
2011-05-02 15:30                 ` Paul Menzel
2011-05-27  8:53                   ` [solved] " Paul Menzel
2011-06-23 14:31                     ` yoraxe
2011-06-23 16:30                       ` Aditya Mahajan
2011-06-23 19:59                         ` t-filter: how to use math-mode yoraxe
2011-06-23 21:08                           ` yoraxe
2011-06-23 23:23                           ` Aditya Mahajan
2011-06-25 10:58                             ` yoraxe
2011-04-30 21:00 ` t-filter: no table created when Unicode characters are included Philipp Gesang
2011-05-20  9:24   ` t-rst: Unicode character not printed (was: t-filter: no table created when Unicode characters are included) Paul Menzel
2011-05-20  9:54     ` Philipp Gesang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8762puz21v.fsf@micropit.couberia.bzh \
    --to=pmlists@free.fr \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).