Ticket #229 (closed defect: fixed)

Opened 2 years ago

Last modified 22 months ago

HTML: '£' sign not accepted as input

Reported by: rpawson Owned by: scascarini
Priority: None Milestone:
Component: Plugins: HTML Viewer Version: nof: 3.0M4
Severity: minor Keywords:
Cc:

Description

When £ sign is entered into a field, it is translated into '?' (with the additional side effect that Money cannot parse £1.00)

Change History

Changed 23 months ago by rpawson

17th August. Just tried out the new Expenses demo via HTML and the £ sign worked OK. Robert suggested that, as he has not yet looked at the bug, this might be something to do with the server - expenses demo is running under Tomcat rather than in-built webserver.

Changed 22 months ago by rcmatthews

This is a problem with Jetty: the request object provided by it contains ? instead of £. The version we are using does not use the correct encoding.

I am trying to install the latest version of Jetty to see if it is fixed.

Changed 22 months ago by dkhaywood

  • summary changed from '£' sign not accepted as input to HTML: '£' sign not accepted as input

Changed 22 months ago by rcmatthews

  • owner changed from rmatthews to scascarini

Changed 22 months ago by rcmatthews

  • severity changed from normal to minor

Changed 22 months ago by scascarini

  • status changed from new to closed
  • resolution set to fixed

fix by setting character encoding explicitly

Note: See TracTickets for help on using tickets.