473,396 Members | 2,158 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

not applicable character

I'm marking up a wine list. Some wines are sold by the glass and by
the bottle, others only by the bottle. On the printed menu, there is a
long dash in the "price by the glass" column to indicate that there is
no applicable entry. Any thoughts on what I should use? m-dash?

--
Brian
follow the directions in my address to email me

Jul 20 '05 #1
7 2733


Brian wrote:
On the printed menu, there is a
long dash in the "price by the glass" column to indicate that there is
no applicable entry. Any thoughts on what I should use? m-dash?


If there is no applicable entry, do you really need one at all?

Thor

--
http://thorweb.anta.net/
Jul 20 '05 #2
"Thor Kottelin" <th**@anta.net> wrote in message
news:3F***************@anta.net...
Brian wrote:
On the printed menu, there is a
long dash in the "price by the glass" column to indicate that there is
no applicable entry. Any thoughts on what I should use? m-dash?


If there is no applicable entry, do you really need one at all?


It's a good indicator that the entry should not exist as opposed to
wondering if it was mistakenly left off. Much like in documentation where it
says, "This page intentionally left blank."

As to the OP's original question, I'm certainly not sure on the "definite"
answer. I'd probably just use an ndash or mdash.

Jonathan
--
http://www.snook.ca/
Jul 20 '05 #3
"Jonathan Snook" <go***************@snook.ca> wrote:
> On the printed menu, there is a
> long dash in the "price by the glass" column to indicate that
> there is no applicable entry. Any thoughts on what I should
> use? m-dash?
If there is no applicable entry, do you really need one at all?


It's a good indicator that the entry should not exist as opposed to
wondering if it was mistakenly left off. Much like in documentation
where it says, "This page intentionally left blank."


Indeed, and in HTML documents, there are additional reasons too.
Empty cells cause technical problems in rendering, and they might be
confusing in speech rendering. More on empty cells and their problems:
http://www.cs.tut.fi/~jkorpela/html/emptycells.html
As to the OP's original question, I'm certainly not sure on the
"definite" answer. I'd probably just use an ndash or mdash.


In a wine list in English, <i>N/A</i> would probably be the clearest
way, perhaps with a footnote that explains the notation.

I would not use any dash or hyphen, because there is a widespread
convention in statistical tables that a hyphen indicates an exact value
of zero. (It's more zero that 0 or 0.0, which indicate just a value
that is zero when rounded to the precision used.) Those conventions
typically use "." to indicate 'not applicable' (and ".." or "..." to
indicate 'data not available'). See e.g.
http://unstats.un.org/unsd/mbs/symbols.asp
But if you use a dash-like character, I would suggest the em dash,
since it deviates more from a hyphen, thereby reducing the risk of
confusion.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #4
"Jukka K. Korpela" <jk******@cs.tut.fi> wrote in
news:Xn*****************************@193.229.0.31:
I would not use any dash or hyphen, because there is a widespread
convention in statistical tables that a hyphen indicates an exact value
of zero. (It's more zero that 0 or 0.0, which indicate just a value
that is zero when rounded to the precision used.) Those conventions


I assume you mean a "structural zero," as in "number of male subjects who
became pregnant."
Jul 20 '05 #5
Eric Bohlman <eb******@earthlink.net> wrote:
I assume you mean a "structural zero," as in "number of male subjects who
became pregnant."


Arnold?
Jul 20 '05 #6
Andreas Prilop wrote:
Eric Bohlman <eb******@earthlink.net> wrote:
I assume you mean a "structural zero," as in "number of male subjects who
became pregnant."


Arnold?


rotfl.
Every once in a while, I get the urge to collect funny posts in the
usenet groups I frequent -- the funny ones are always in the computer
gropus -- and post them on my personal site. This would definitely be
collected. :-D

--
Brian
follow the directions in my address to email me

Jul 20 '05 #7
Eric Bohlman <eb******@earthlink.net> wrote:
I would not use any dash or hyphen, because there is a widespread
convention in statistical tables that a hyphen indicates an exact
value of zero. (It's more zero that 0 or 0.0, which indicate just
a value that is zero when rounded to the precision used.) Those
conventions


I assume you mean a "structural zero," as in "number of male
subjects who became pregnant."


I think that would be rather be "." 'not applicable', whereas
"-" might indicate the total number of pregrancies in a hi-tech company
where people are just too busy to reproduce. It's a bit debatable, of
course, whether male pregnancy is logically impossible (hence N/A) or
just currently a low frequency (exact zero, to be exact) phenomenon.

ObHTML: In principle, you could use
<abbr title="Not Applicable">N/A</abbr>
or
<span title="Not applicable">.</span>
to explain the notations. But in practice, that will hardly help - the
notations should be explained explicitly, unless the audience can be
expected to be familiar with them.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: ketulp_baroda | last post by:
Hi Is the true mvc architecture ( with observer-observable pattern as implemented in JAVA) not applicable for web environment?? I mean to say that the HTTP protocol is request/response based so...
9
by: Safalra | last post by:
The idea here is relatively simple: a java program (I'm using JDK1.4 if that makes a difference) that loads an HTML file, removes invalid characters (or replaces them in the case of common ones...
7
by: teachtiro | last post by:
Hi, 'C' says \ is the escape character to be used when characters are to be interpreted in an uncommon sense, e.g. \t usage in printf(), but for printing % through printf(), i have read that %%...
3
by: Stefan Mueller | last post by:
Because the characters ', ", ... make troubles in my input boxes I use the following PHP command while generating the page htmlentities($my_var, ENT_QUOTES); However, if I use in my java scripts...
15
by: wizardyhnr | last post by:
i want to try ANSI C99's unicode fuctions. so i write a test program. the function is simple, but i cannot compile it with dev c++ 4.9.9.2 under windows xp sp2, since the compiler always think that...
17
by: =?Utf-8?B?R2Vvcmdl?= | last post by:
Hello everyone, Wide character and multi-byte character are two popular encoding schemes on Windows. And wide character is using unicode encoding scheme. But each time I feel confused when...
0
by: Sini Raghavan | last post by:
HI All, I am getting the following Bind Error while compiling COBOL-DB2 program. _ BIND SQL ERROR USING OSCDEVU1 AUTHORITY PLAN=(NOT APPLICABLE) DBRM=OSC4065C STATEMENT=4513 ...
3
KevinADC
by: KevinADC | last post by:
Purpose The purpose of this article is to discuss the difference between characters inside a character class and outside a character class and some special characters inside a character class....
10
by: Paul W | last post by:
Hi all, I have an application that reads data in from a text file and stores it in a database. My problem is that there are some characters in the file that aren't being handled properly. For...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.