Hi, Currently, we have \lccode`\'=`\' set for all languages, but it seems that some languages get problems with hyphenation. \de \hyphenatedword{Works''} \nl \hyphenatedword{Works''} \uk \hyphenatedword{Works''} \en \hyphenatedword{Works''} \de \hyphenatedword{Works} \nl \hyphenatedword{Works} \uk \hyphenatedword{Works} \en \hyphenatedword{Works} i did set the code because some languages needed it, but now i get puzzled: we can do: \startlanguagespecifics[nl,cz,sk,fr] \lccode`\'=`\' \stoplanguagespecifics but i wonder of this is the right approach. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Taco Hoekwater wrote:
i did set the code because some languages needed it
What was it needed for? There's no escape possible from the rule
if (\lccode != 0) { word_character = true}
dunno, maybe to get s`avonds and such ok? do you suggest that i just don't set that catcode? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Thu, 02 Sep 2004 14:54:52 +0200, Hans wrote:
do you suggest that i just don't set that catcode?
I was asking because the initial request was probably related to \uppercase/\lowercase, and if so, then it is probably better to write explicitly iterating \CAP macros for that, than to mess with the \lccodes. I, for one, consider 100% reliable hyphenation more important than 100% correct case folding. -- groeten, Taco
Taco Hoekwater wrote:
On Thu, 02 Sep 2004 14:54:52 +0200, Hans wrote:
do you suggest that i just don't set that catcode?
I was asking because the initial request was probably related to \uppercase/\lowercase, and if so, then it is probably better to write explicitly iterating \CAP macros for that, than to mess with the \lccodes.
I, for one, consider 100% reliable hyphenation more important than 100% correct case folding.
so i should drop the \lccode`\'=`\' Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Taco Hoekwater wrote:
<>If nobody disagrees with me, I must be right :-)
ok, i dropped it Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Taco Hoekwater