HTML arrow in CMS

I want to be able to type a right arrow (→) in my CMS. See http://right-arrow.net/

However, when I publish, the letters “& r a r r ;” (no spaces!) appear not an arrow.

I’ve looked at the source code it is “& a m p ; r a r r ;” The ampersand is being converted to “& a m p ;”

It does the same when I try “& # 8 5 9 4 ;”

How can I get a right arrow, when entering text in the CMS?

Thanks for any help

Mark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

To do this, the charset needs UTF-8 (Unicode) and I could bet that yours is some ISO-blabla.

I herby repeat my wish to have UTF-8 as default setting within Freeway, cause Dr. Code says:

“Even if you don’t have fancy characters, always use UTF-8.”

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Which CMS are you using? Often a WYSIWYG editor like CKEditor will auto-escape any characters you enter that have specific meaning in HTML. The ampersand is one of these. There may be a little [html] button in the CMS interface, where you can enter that character escape code explicitly, but you may also be able to get away with using the Unicode character for a right arrow. To access that, try using the little [your country] flag icon in the top right of your main menu bar, pulling down to the Character Viewer. (If you don’t see that option, be sure to enable it in the International pane of the System Preferences.) Then you should be able to type that character by locating it in the character map, and double-clicking it while you have a blinking text insertion point. →

Walter

On Oct 14, 2013, at 9:31 AM, Mark wrote:

I want to be able to type a right arrow (→) in my CMS. See http://right-arrow.net/

However, when I publish, the letters “& r a r r ;” (no spaces!) appear not an arrow.

I’ve looked at the source code it is “& a m p ; r a r r ;” The ampersand is being converted to “& a m p ;”

It does the same when I try “& # 8 5 9 4 ;”

How can I get a right arrow, when entering text in the CMS?

Thanks for any help

Mark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter

Thanks. The Unicode character works for me.

(I’m using Surreal - which I’m enjoying so far - with UTF-8)

I know this is a pain, but I don’t suppose you know how my client using a Windows PC can access the right arrow unicode character?

Thanks

Mark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No. You could send an e-mail containing the character to him or her so that copy and paste could be used. That might work, but you’d have to test it out.

Walter

On Oct 14, 2013, at 10:17 AM, Mark wrote:

Hi Walter

Thanks. The Unicode character works for me.

(I’m using Surreal - which I’m enjoying so far - with UTF-8)

I know this is a pain, but I don’t suppose you know how my client using a Windows PC can access the right arrow unicode character?

Thanks

Mark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ok thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

To be complete – there is a way to enter this character on Windows, but it involves typing in an escape code on the Windows computer – not unlike what you have to do in non-Unicode HTML. I don’t know what the escape code is, or how you engage that mode from the Windows keyboard, but it’s probably documented somewhere. Try Googling Windows Unicode escape sequence or something like that.

Walter

On Oct 14, 2013, at 10:25 AM, Mark wrote:

Ok thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yikes an escape code sounds dangerous. I wouldn’t want my client to mess his computer up. I’ll look into it…

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It won’t break anything! It’s just dumb and hard to remember, probably something like backslash x 12345 or something equally vapid.

Walter

On Oct 14, 2013, at 10:39 AM, Mark wrote:

Yikes an escape code sounds dangerous. I wouldn’t want my client to mess his computer up. I’ll look into it…

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options