Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

troubles with 'reg' conversion

  • 3 antwurd
  • 1 hat dit probleem
  • 9 werjeftes
  • Lêste antwurd fan PPutnik

more options

FF4 convert (ampersand)reg in a wrong way.

I mean when FF meet the sequence of symbols (ampersand)reg it always convert it to ® symbol, but it should be converted only if this sequence finished with ';', isn't it?

To check create this simple html file:

========

action=save&region_id=41
look&register
login&registration

========

i got text below instead of usual words every time:

========

action=save®ion_id=41 look®ister login®istration

========
FF4 convert (ampersand)reg in a wrong way. I mean when FF meet the sequence of symbols (ampersand)reg it always convert it to ® symbol, but it should be converted only if this sequence finished with ';', isn't it? To check create this simple html file: ==================== action=save&region_id=41<br> look&register<br> login&registration ==================== i got text below instead of usual words every time: ==================== action=save®ion_id=41 look®ister login®istration ====================

Alle antwurden (3)

more options

(ampersand) mean 0x26 in ascii table, single char On the image you can see code on blue side and result on white side

more options

Why don't you use &amp; to code the ampersand?

action=save&amp;region_id=41
look&amp;register
login&amp;registration

  • Bug 385776 - make entity handling match IE7 / HTML5
more options

Because we have a lot of old, very old and noncompletely new apps all though the Web.