ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Unicode character for "\,"?
@ 2012-01-15 21:19 Peter Münster
  2012-01-15 21:30 ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Münster @ 2012-01-15 21:19 UTC (permalink / raw)
  To: ConTeXt users

Hello,

What Unicode character can replace "\,"?

"NARROW NO-BREAK SPACE" is too small:

\starttext
\|\,\| \type{\,}\par
\| \| THIN SPACE (U+2009) (why smaller than \type{\,}?)\par
\| \| NARROW NO-BREAK SPACE (U+202F) (why almost nothing?)\par
\|\| nothing\par
\|~\| \type{~}\par
\| \| NO-BREAK SPACE (U+00A0) (seems ok to me)
\stoptext

TIA for any hints!
-- 
           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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Unicode character for "\,"?
  2012-01-15 21:19 Unicode character for "\,"? Peter Münster
@ 2012-01-15 21:30 ` Wolfgang Schuster
  2012-01-15 22:27   ` Peter Münster
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2012-01-15 21:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 15.01.2012 um 22:19 schrieb Peter Münster:

> Hello,
> 
> What Unicode character can replace "\,"?
> 
> "NARROW NO-BREAK SPACE" is too small:
> 
> \starttext
> \|\,\| \type{\,}\par
> \| \| THIN SPACE (U+2009) (why smaller than \type{\,}?)\par
> \| \| NARROW NO-BREAK SPACE (U+202F) (why almost nothing?)\par
> \|\| nothing\par
> \|~\| \type{~}\par
> \| \| NO-BREAK SPACE (U+00A0) (seems ok to me)
> \stoptext

\starttext
\startlines
\|\|
\|\,\|
\|\sixperemspace\|
\stoplines
\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Unicode character for "\,"?
  2012-01-15 21:30 ` Wolfgang Schuster
@ 2012-01-15 22:27   ` Peter Münster
  2012-01-16  9:15     ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Münster @ 2012-01-15 22:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, Jan 15 2012, Wolfgang Schuster wrote:

> \|\sixperemspace\|

No, there is a line break:

\starttext
\hsize1pt
bla\sixperemspace bla
\stoptext

-- 
           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Unicode character for "\,"?
  2012-01-15 22:27   ` Peter Münster
@ 2012-01-16  9:15     ` Hans Hagen
  2012-01-16 18:53       ` Peter Münster
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2012-01-16  9:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Münster

On 15-1-2012 23:27, Peter Münster wrote:
> On Sun, Jan 15 2012, Wolfgang Schuster wrote:
>
>> \|\sixperemspace\|
>
> No, there is a line break:
>
> \starttext
> \hsize1pt
> bla\sixperemspace bla
> \stoptext

well, it's a space and therefore a valid breakpoint (i.e. it's not 
\sixperemnonbreakspace)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Unicode character for "\,"?
  2012-01-16  9:15     ` Hans Hagen
@ 2012-01-16 18:53       ` Peter Münster
  2012-01-16 21:03         ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Münster @ 2012-01-16 18:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jan 16 2012, Hans Hagen wrote:

> well, it's a space and therefore a valid breakpoint (i.e. it's not
> \sixperemnonbreakspace)

So the answer is "no, there is no unicode equivalent for \," ?

What about NARROW NO-BREAK SPACE ?  About 1 or 2 years ago, it was the
same width as \, but now it's much smaller. Is the actual version the
correct one?

Comment from http://www.fileformat.info/info/unicode/char/202f/ :
  "a narrow form of a no-break space, typically the width of a thin space
   or a mid space"

-- 
           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Unicode character for "\,"?
  2012-01-16 18:53       ` Peter Münster
@ 2012-01-16 21:03         ` Hans Hagen
  2012-01-16 22:08           ` Peter Münster
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2012-01-16 21:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Münster

On 16-1-2012 19:53, Peter Münster wrote:
> On Mon, Jan 16 2012, Hans Hagen wrote:
>
>> well, it's a space and therefore a valid breakpoint (i.e. it's not
>> \sixperemnonbreakspace)
>
> So the answer is "no, there is no unicode equivalent for \," ?
>
> What about NARROW NO-BREAK SPACE ?  About 1 or 2 years ago, it was the
> same width as \, but now it's much smaller. Is the actual version the
> correct one?
>
> Comment from http://www.fileformat.info/info/unicode/char/202f/ :
>    "a narrow form of a no-break space, typically the width of a thin space
>     or a mid space"

all those lovely incompatible names ... anyhow, so you want em/8 instead 
of space/8 ..

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Unicode character for "\,"?
  2012-01-16 21:03         ` Hans Hagen
@ 2012-01-16 22:08           ` Peter Münster
  2012-01-16 22:40             ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Münster @ 2012-01-16 22:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jan 16 2012, Hans Hagen wrote:

> all those lovely incompatible names ... anyhow, so you want em/8 instead of
> space/8 ..

It would be nice. But probably, you had a reason to change it to
space/8, didn't you?

-- 
           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Unicode character for "\,"?
  2012-01-16 22:08           ` Peter Münster
@ 2012-01-16 22:40             ` Hans Hagen
  2012-01-16 23:33               ` Peter Münster
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2012-01-16 22:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Münster

On 16-1-2012 23:08, Peter Münster wrote:
> On Mon, Jan 16 2012, Hans Hagen wrote:
>
>> all those lovely incompatible names ... anyhow, so you want em/8 instead of
>> space/8 ..
>
> It would be nice. But probably, you had a reason to change it to
> space/8, didn't you?

Not really ... some time ago the code dealing with those spaces was 
adapted to deal with tagging and at that point some decisions were made 
(after  all, these things were not available in mkii so untill code gets 
cleaned up and stabelizes antything can happen).

Hans



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Unicode character for "\,"?
  2012-01-16 22:40             ` Hans Hagen
@ 2012-01-16 23:33               ` Peter Münster
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Münster @ 2012-01-16 23:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jan 16 2012, Hans Hagen wrote:

> Not really ... some time ago the code dealing with those spaces was adapted to
> deal with tagging and at that point some decisions were made (after  all,
> these things were not available in mkii so untill code gets cleaned up and
> stabelizes antything can happen).

No problem. I can continue using "\,", the source looks just a bit
uglier... ;)

-- 
           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-01-16 23:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-15 21:19 Unicode character for "\,"? Peter Münster
2012-01-15 21:30 ` Wolfgang Schuster
2012-01-15 22:27   ` Peter Münster
2012-01-16  9:15     ` Hans Hagen
2012-01-16 18:53       ` Peter Münster
2012-01-16 21:03         ` Hans Hagen
2012-01-16 22:08           ` Peter Münster
2012-01-16 22:40             ` Hans Hagen
2012-01-16 23:33               ` Peter Münster

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).