Re: en-dash and em-dash
Re: en-dash and em-dash
- Subject: Re: en-dash and em-dash
- From: Christopher Stone <email@hidden>
- Date: Tue, 21 Jun 2016 15:54:08 -0500
On Jun 21, 2016, at 03:22, Mitchell L Model <email@hidden> wrote:
Further information. : it depends on which editor you view it through. It’s actually an HTML file,
An HTML file? Being read with a web browser?
More vital information.
so Safari of course chokes. Not exactly. You just have to tell the browser what character set to use.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title></title> </head> <body> Examples overview — PyObjC — the Python ⟷ Objective-C bridge </body> </html>
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden