From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5615 Path: main.gmane.org!not-for-mail From: Olya Briginets Newsgroups: gmane.comp.tex.context Subject: Language specific commands Date: Wed, 12 Sep 2001 03:15:23 +0300 Sender: owner-ntg-context@let.uu.nl Message-ID: <3B9EA91A.E96A49F2@ukrpost.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1035396196 3173 80.91.224.250 (23 Oct 2002 18:03:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:03:16 +0000 (UTC) Original-To: ConTeXt mailing list Xref: main.gmane.org gmane.comp.tex.context:5615 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5615 Hello ConTeXt gurus, Is there a way to set some assignments in particular language only? I have the following problem: in ukrainian, apostrophe (') is a letter and should have lccode 39 to get words with it hyphenated. So I use \startlanguagespecifics[ua] \lccode`'=`' \stoplanguagespecifics But then, when I switch to another language, \lccode`' doesn't restore to 0, which can lead to improper hyphenation, as ' is used in quotes. Should the definitions which are "language specific" be forgotten when switching to another language? Or maybe there is (or should be) something like \everylanguage hook: \addtoeverylanguage{\lccode`'=0}? Olya