473,810 Members | 3,137 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with arial and curly quotes

I tried changing font-family from helvetica to arial and discovered
that I loose typographic quotes, etc. (for example, if I have “
in a page, the double opening quotation mark is not curly).

The reason for trying arial was that I understood it was easier
reading, although I still find helvetica easier (what is the
consensus, if any, on this issue?).

I suspect that arial uses Microsoft's 1252 code page and so does not
make “ typographic, but straight.

--

Haines Brown, KB1GRM

Nov 2 '06 #1
23 5816
On Thu, 2 Nov 2006, Haines Brown wrote:
I tried changing font-family from helvetica to arial and discovered
that I loose typographic quotes, etc. (for example, if I have “
in a page, the double opening quotation mark is not curly).
It only *seems* so when the font size is too small.
http://www.unics.uni-hannover.de/nht...mp/quotes.html

Nov 2 '06 #2
Haines Brown wrote:
>
The reason for trying arial was that I understood it was easier
reading,
That's highly subjective. Easier than what?

--
Berg
Nov 2 '06 #3
VK

Haines Brown wrote:
I tried changing font-family from helvetica to arial and discovered
that I loose typographic quotes, etc. (for example, if I have “
in a page, the double opening quotation mark is not curly).
"curly quotes" historically have a number of numeric representations ,
see for instance
<http://en.wikipedia.or g/wiki/Quotation_mark# Quotation_marks _in_English>.

This way never use "numeric entities" for them but only HTML entities
&lsquo; and &rsquo; (single) and &ldquo; &rdquo; (double)

In XSLT templates define them in internal DTD subset by their Unicode
values
The reason for trying arial was that I understood it was easier
reading, although I still find helvetica easier (what is the
consensus, if any, on this issue?).
You must be confusing something. Helvetica is a traditional fall-back
font for non-Windows platforms:
font-family: Arial, Helvetica, sans-serif;
or (to be politically correct :-)
font-family: Helvetica, Arial, sans-serif;

On Windows platforms Helvetica is not presented unless additionally
installed.

Nov 2 '06 #4
On 2 Nov 2006, VK wrote:
Helvetica is a traditional fall-back
font for non-Windows platforms:
font-family: Arial, Helvetica, sans-serif;
or (to be politically correct :-)
font-family: Helvetica, Arial, sans-serif;
This has nothing to do with "political correctness". Since Arial
is installed on almost every computer (comes even with Solaris 9),
it is pointless to put Arial in the first place.

Nov 2 '06 #5
VK
Since Arial
is installed on almost every computer (comes even with Solaris 9),
it is pointless to put Arial in the first place.
IMHO that is a reverse logic: the point of providing a list of fonts is
to keep the page uniform across the maximum of environments. Exactly
because Arial is the most expected, it should go first. On older Mac's
w/o IE installed and older Ux'es we'll try to use something we know to
be visually close to Arial. If still no luck then the system default
whatever it will be.

Nov 2 '06 #6
On 2 Nov 2006, VK wrote:
IMHO that is a reverse logic: the point of providing a list of fonts is
to keep the page uniform across the maximum of environments.
No, why? If you write a novel, how could you assure that every
reader has the same imaginations? You cannot. That's the difference
between a novel and a movie.

If you need something "uniform across the maximum of environments",
then use PDF.
Exactly because Arial is the most expected, it should go first.
If you put Arial first, then you don't need any other typeface
thereafter.

Nov 2 '06 #7
On 2006/11/02 14:16 (GMT) Haines Brown apparently typed:
I tried changing font-family from helvetica to arial ...
The reason for trying arial was that I understood it was easier
reading, although I still find helvetica easier...
Helvetica is traditionally a bitmap font on Linux, and thus makes a poor
first choice if any of your visitors use any but the newest Linux
distros, which generally alias Helvetica to a scalable font. If you're
running a recent Linux, odds are you're not seeing Helvetica when you
think you should be.
http://mrmazda.no-ip.com/auth/Font/f...ca.html#bitmap
--
"Rejoice and be glad, because great is your reward in heaven."
Matthew 5:12 NIV

Team OS/2 ** Reg. Linux User #211409

Felix Miata *** http://mrmazda.no-ip.com/
Nov 2 '06 #8
VK
No, why? If you write a novel, how could you assure that every
reader has the same imaginations? You cannot. That's the difference
between a novel and a movie.
You have lost me here... Are you trying to say that a web-page layout
is a novel for one reader (aka author)? Like
font-family: "The Only Font Matching The Concept Of This Site", "I
don't care If Anyone Else Has It", sans-serif;
?

As runtime font installation is still supported by IE only, there is no
much sense to search for some very particular font on your own machine.
You have to think what font or at least what typeface would be the most
expected web-wise. "Most expected" - not "guaranteed to be presented".
If you need something "uniform across the maximum of environments",
then use PDF.
A .png image map would be more reliable IMHO (no Adove Viewer
required). Sometimes I feel like jump on the idea.
:-)
Exactly because Arial is the most expected, it should go first.
If you put Arial first, then you don't need any other typeface
thereafter.
Did you inspect all machines in my target auditory? Arial is a
commercial font, not a public domain one, however widely used it is.
Unless you have any of Microsoft products installed or some of printer
packages (purchased with the printer), or unless you separately paid
for this font and installed it: unless that how and where did you get
it?

Nov 2 '06 #9
Felix Miata <Ug************ ********@dev.nu lwrites:
On 2006/11/02 14:16 (GMT) Haines Brown apparently typed:
>I tried changing font-family from helvetica to arial ...
The reason for trying arial was that I understood it was easier
reading, although I still find helvetica easier...

Helvetica is traditionally a bitmap font on Linux, and thus makes a poor
first choice if any of your visitors use any but the newest Linux
distros, which generally alias Helvetica to a scalable font. If you're
running a recent Linux, odds are you're not seeing Helvetica when you
think you should be.
http://mrmazda.no-ip.com/auth/Font/f...ca.html#bitmap
Your citation was very interesting. So when I say I find helvetica
easy reading, what I'm really seeing is Nimbus on my Linux system.

Someone suggested that the typographic quotes only look straight, and
indeed that is so. Arial on my system rather compresses things so that
the curly quote looks close to a simple vertical line.

I had heard that arial was easier for reading from the monitor compared
to, say, helvetica and sans-serif. I became concerned because when I
changed some text from serif (Times?) to sans-serif (Arial), I found
it difficult to read, but when I choose helvetica (nimbus), it seemed
much easier.

--

Haines Brown, KB1GRM

Nov 2 '06 #10

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

Similar topics

1
2090
by: Andrew McCall | last post by:
Hi Folks, I am having a problem with a forms entry using Unicode characters, specifically "smart-quotes". Under Microsoft PWS and MS-SQL 7.0 it works fine and I get the Unicode characters, such as smart-quotes, being written and read form the database. However, if I use the same code using Apache, Linux and SunONE ASP the Unicode characters don't work! Here is an example of the pages:
8
2572
by: rdlebreton | last post by:
Hi, Folks! I've been trying to develop my own version of these draggable layers and I have been limiting myself to IE6...for now. I have looked at some other examples to get ideas of creating an alternative to pop-up windows in a web page. The code I have works (sort of). The problem is that I can move these layers around when I move the mouse slowly, however, if I move it fast the web browser looses track of the motion and leaves the...
1
3058
by: books1999 | last post by:
Hi there, I have a problem with this css/div and i cannot work it out. I would like either container to be able to push the background box to grow but in Firefox it overflows. Can someone find a solution to the problem contained in the code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
18
1787
by: Joe Blow | last post by:
Can anybody see a problem with this? Am I being stupid? if (!isset($_REQUEST) || "" == $_REQUEST) { throw new Exception("need query"); } else { echo "<p>Search words: $_REQUEST"; }
1
10738
by: Rebecca Tsukalas | last post by:
Hello, I have a problem concerning removeChild. This is the XML structure I use with php: <xml_thing <language1 <site>bla1</site <site>bla2</site <site>bla3</site </language1
1
1960
by: Mahesh Devjibhai Dhola | last post by:
Hi, Scenario: The webservice was developed on windows 2000 Pro and deployed previously on windows XP pro for testing. We have tested for many days. The client for that service was 30+ and accessing the webservice each min. It was working 100% fine. Problem: But now in actual deployment, we have deployed webservice in Win Server 2003 and we have used all the default configurations. Now the clients are accessing that service the same way...
1
4344
by: Trev | last post by:
Hi, I'm hoping that someone in this group can shed some light on an issue I'm having with a Formview. I have a Web User Control (.ascx) with a Formview. The Formview contains 2 Multiviews, one in the EditItemTemplate and one in the InsertItemTemplate. Each of those Multiviews contains several Views, and each view contains several controls such as textboxes, checkboxes etc. Those controls are bound to the Formview's datasource, which...
0
3507
by: sjickells | last post by:
Hi I am having a problem using asp:TextBox's in a transparent table. I have a background image on the page and a table in the middle of the page. I have set the background colour of the table to white the used CSS to set the opacity to 90 so that you can see the background image through the table. The problem I am having is with the textboxes in the transparent
4
2940
cassbiz
by: cassbiz | last post by:
Could use some help here. This script is carrying over an image just fine but the text isn't coming over. can you see why it is not working???? from the form I want to carry over two lines of text and I can't find the error on why it isn't working. Any help is greatly appreciated. Here is the form
0
9722
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10379
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10393
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10124
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9200
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7664
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6882
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4334
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3015
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.